Maps for WinRT
Move Method


Syntax
'Declaration
 
Public Sub Move( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
'Usage
 
Dim instance As IMapLayerCollection
Dim oldIndex As Integer
Dim newIndex As Integer
 
instance.Move(oldIndex, newIndex)
public void Move( 
   int oldIndex,
   int newIndex
)

Parameters

oldIndex
newIndex
See Also

Reference

IMapLayerCollection Class
IMapLayerCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback