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


IDataExclusion.ShowExclusionClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataExclusion Interface > IDataExclusion.ShowExclusionClass Property
ArcGIS Developer Help

IDataExclusion.ShowExclusionClass Property

Indicates if the exclusion symbol is used.

[Visual Basic .NET]
Public Property ShowExclusionClass As Boolean
[C#]
public bool ShowExclusionClass {get; set;}
[C++]
HRESULT get_ShowExclusionClass(
  Boolean* Show
);
[C++]
HRESULT put_ShowExclusionClass(
  VARIANT_BOOL Show
);
[C++]
Parameters
Show [out, retval]

Show is a parameter of type bool* Show [in]
Show is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Setting ShowExclusionClass to TRUE creates a new LegendClass that appears in the TOC containing the ExclusionSymbol,  ExclusionLabel, and ExclusionDescription.  Also, use this property to control whether the ExclusionSymbol is drawn on the map.  IDataExclusion provides no mechanism to make the symbol appear on the map, but not in the TOC.

See Also

IDataExclusion Interface