ComponentOne Dialog for ASP.NET Web Forms
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)
    public System.Collections.Generic.List<PolygonCoordinates> Polygons {get;}
    Remarks
    The coordinates is a collection of PolygonCoordinates coordinates collection.
    See Also