LineStringPoints Property |
Gets the read-only list of points describing the LineString.
Namespace:
Cassandra.Geometry
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic IList<Point> Points { get; }
Property Value
Type:
IListPoint
See Also