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


IActionProcessor.Actions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActionProcessor Interface > IActionProcessor.Actions Property
ArcGIS Developer Help

IActionProcessor.Actions Property

Allows access to the action processor's action collection.

[Visual Basic .NET]
Public Property Actions As IActionCollection
[C#]
public IActionCollection Actions {get; set;}
[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.

See Also

IActionProcessor Interface