C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / MultiPolygon Class / Polygons Property

In This Topic
Polygons Property
In This Topic
Gets the polygons of the GeoJSON MultiPolygon object.
Syntax
'Declaration
 
Public ReadOnly Property Polygons As System.Collections.Generic.List(Of PolygonCoordinates)
 
Remarks
The coordinates is a collection of PolygonCoordinates coordinates collection.
See Also