ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoGeometryCollection Class / Shapes Property

In This Topic
    Shapes Property
    In This Topic
    Gets the inner shapes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shapes As IEnumerable(Of GeoShape)
    public IEnumerable<GeoShape> Shapes {get;}

    Property Value

    The collection of geospatial shapes contained in this GeoGeometryCollection.
    See Also