ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IMapLayerCollection Class / Item Property

In This Topic
    Item Property (IMapLayerCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As IMapLayer
    public IMapLayer this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also