ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapVectorLayer Interface / Elements Property

In This Topic
    Elements Property (IMapVectorLayer)
    In This Topic
    Gets the spatial elements to render in the layer.
    Syntax
    'Declaration
     
    ReadOnly Property Elements As IEnumerable(Of IMapSpatialElement)

    Property Value

    An IEnumerable representing the spatial elements to render in the layer.
    See Also