ArcObjects Library Reference  (TrackingAnalyst)    

IActionCollection.Action Property

Retrieves the action at the specified index.

[Visual Basic 6.0]
Property Action(
    ByVal nIndex As Empty _
) As IAction
[Visual Basic .NET]
Public Function get_Action ( _
    ByVal nIndex As Integer _
) As IAction
[C#]
public IAction get_Action (
    int nIndex
);
[Java]
public IAction getAction (
    Long nIndex
)
[C++]
HRESULT get_Action(
  Long nIndex,
  IAction** ppiAction
);
[C++]

Parameters

nIndex [in]

  nIndex is a parameter of type Long

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.

Description

This property retrieves the action at the specified index.  If the specified index is beyond the valid range a S_FALSE is returned and the Action Argument is returned as NULL.  On success this method will addref the retrieved action.

See Also

IActionCollection Interface

 


Feedback Send feedback on this page