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


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

IActionCollection2.ExclusionCategory Property

Action category to be excluded from processing.

[Visual Basic .NET]
Public Property ExclusionCategory As enumActionCategory
[C#]
public enumActionCategory ExclusionCategory {get; set;}
[C++]
HRESULT get_ExclusionCategory(
  enumActionCategory* pVal
);
[C++]
HRESULT put_ExclusionCategory(
  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

IActionCollection2 Interface