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


IConditionalActionSetup.ActionCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.ActionCategory Property
ArcGIS Developer Help

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