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


IConditionalActionSetup.ActionCategory Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.ActionCategory Property

Get the Actions Category.

[Visual Basic .NET]
Public Property ActionCategory As enumActionCategory
[C#]
public enumActionCategory ActionCategory {get; set;}
[C++]
HRESULT get_ActionCategory(
  enumActionCategory* pActionCategory
);
[C++]
HRESULT put_ActionCategory(
  enumActionCategory pActionCategory
);
[C++]

Parameters pActionCategory [out, retval]
pActionCategory is a parameter of type enumActionCategory pActionCategory [in]
pActionCategory is a parameter of type enumActionCategory

Product Availability

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

See Also

IConditionalActionSetup Interface