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


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

IActionGEN.ActionCategory Property

Indicates the type of action to be applied to data.

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

pVal is a parameter of type enumActionCategory* pVal [in]
pVal is a parameter of type enumActionCategory

Product Availability

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

See Also

IActionGEN Interface