C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / Polygon Class / LineStrings Property

In This Topic
LineStrings Property (Polygon)
In This Topic
Gets the LineStrings of the GeoJSON Polygon object.
Syntax
'Declaration
 
Public ReadOnly Property LineStrings As System.Collections.Generic.List(Of LineStringCoordinates)
 
Remarks
The coordinates is a collection of LineStringCoordinates For Polygons with multiple rings, the first must be the exterior ring and any others must be interior rings or holes.
See Also