LineString Constructor (IListPoint) |
Creates a new instance of
LineString using a list of points.
Namespace:
Dse.Geometry
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public LineString(
IList<Point> points
)
Parameters
- points
- Type: System.Collections.GenericIListPoint
See Also