ArcObjects Library Reference  (TrackingAnalyst)    

IActionProcessor.Actions Property

Allows access to the action processor's action collection.

[Visual Basic 6.0]
Property Actions As IActionCollection
[Visual Basic .NET]
Public Property Actions As ActionCollection
[C#]
public ActionCollection Actions {get; set;}
[Java]
public IActionCollection getActions()
throws
    IOException,
    AutomationException
[Java]
public void setActionsByRef(
IActionCollection pActionCollection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Actions(
  IActionCollection** piActions
);
[C++]
HRESULT putref_Actions(
  IActionCollection* piActions

);

[C++]

Parameters

piActions [out, retval]

  piActions is a parameter of type IActionCollection

piActions [in]

  piActions is a parameter of type IActionCollection

Product Availability

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

Description

This property allows access to the Action Processor's Action Collection. The action collection contains all actions that the processor is processing.

See Also

IActionProcessor Interface

 


Feedback Send feedback on this page