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

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