ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IMapLayerCollection Class / Insert Method

In This Topic
    Insert Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As IMapLayer _
    ) 
    public void Insert( 
       int index,
       IMapLayer item
    )

    Parameters

    index
    item
    See Also