Moves current dataset definition to a specified location.
[Visual Basic .NET] Public Sub moveTo ( _ ByVal nFromIndex As Integer, _ ByVal nToIndex As Integer _ )
[C#] public void moveTo ( int nFromIndex, int nToIndex );
[C++]
HRESULT moveTo(
Long nFromIndex,
Long nToIndex
);
[C++]Parameters
nFromIndex [in] nFromIndex is a parameter of type Long nToIndex [in] nToIndex is a parameter of type Long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.