ESRI.ArcGIS.Mobile.Client
MoveItem Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.Routing Namespace > StopsCollection Class : MoveItem Method

oldIndex
newIndex
Override MoveItem function, Move an item from the old index to new index, need to update the geometry as well

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub MoveItem( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer _
) 
C# 
protected override void MoveItem( 
   int oldIndex,
   int newIndex
)

Parameters

oldIndex
newIndex

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also