ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoMultiPolygon Class / Polygons Property

In This Topic
    Polygons Property (GeoMultiPolygon)
    In This Topic
    Gets the inner polygon shapes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Polygons As IEnumerable(Of GeoPolygon)
    public IEnumerable<GeoPolygon> Polygons {get;}
    See Also