Click or drag to resize
LineString Constructor (IListPoint)
Creates a new instance of LineString using a list of points.

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public LineString(
	IList<Point> points
)

Parameters

points
Type: System.Collections.GenericIListPoint
See Also