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

In This Topic
    MoveItem Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub MoveItem( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    protected void MoveItem( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also