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


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

IActionCollection.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.

See Also

IActionCollection Interface