ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef2.MoveTo Method

Moves item in dataset definition to a new 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.

See Also

IDatasetDef2 Interface