ArcObjects Library Reference (TrackingAnalyst)  

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