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

In This Topic
    Move Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Move( _
       ByVal oldIndex As Integer, _
       ByVal newIndex As Integer _
    ) 
    public void Move( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    newIndex
    See Also