Click or drag to resize

LineStringPoints Property

Gets the read-only list of points describing the LineString.

Namespace:  Dse.Geometry
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IList<Point> Points { get; }

Property Value

Type: IListPoint
See Also