This document is archived and information here might be outdated.  Recommended version.


IDatasetDef2.MoveTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef2 Interface > IDatasetDef2.MoveTo Method
ArcGIS Developer Help

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 int nToIndex [in]
nToIndex is a parameter of type int

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef2 Interface