This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef Interface > IDatasetDef.MoveTo Method (ArcObjects .NET 10.4 SDK) |
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