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


IActionCollection2.Action Property (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.Action Property
ArcGIS Developer Help

IActionCollection2.Action Property

Retrieves the action at the specified index.

[Visual Basic .NET]
Public Function get_Action ( _
    ByVal nIndex As Integer _
) As IAction
[C#]
public IAction get_Action (
    int nIndex
);
[C++]
HRESULT get_Action(
  Long nIndex,
  IAction** ppiAction
);
[C++]
Parameters
nIndex [in]

nIndex is a parameter of type int ppiAction [out, retval]
ppiAction is a parameter of type IAction**

Product Availability

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

See Also

IActionCollection2 Interface