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

In This Topic
    Layers Property (IMap)
    In This Topic
    Gets the collection of map rendering layers.
    Syntax
    'Declaration
     
    ReadOnly Property Layers As IEnumerable(Of IMapLayer)
    IEnumerable<IMapLayer> Layers {get;}

    Property Value

    A collection of IMapLayer objects representing the map rendering layers.
    See Also