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

In This Topic
    InsertItem Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As IMapLayer _
    ) 
    protected void InsertItem( 
       int index,
       IMapLayer item
    )

    Parameters

    index
    item
    See Also