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


IActionCollection2.Move Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionCollection2 Interface > IActionCollection2.Move Method
ArcGIS Developer Help

IActionCollection2.Move Method

Moves an action to a user-specified location in the collection.

[Visual Basic .NET]
Public Sub Move ( _
    ByVal nSourceIndex As Integer, _
    ByVal nDestinationIndex As Integer _
)
[C#]
public void Move (
    int nSourceIndex,
    int nDestinationIndex
);
[C++]
HRESULT Move(
  Long nSourceIndex,
  Long nDestinationIndex
);
[C++]
Parameters
nSourceIndex [in]

nSourceIndex is a parameter of type int nDestinationIndex [in]
nDestinationIndex is a parameter of type int

Product Availability

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

See Also

IActionCollection2 Interface