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(
VARIANT_BOOL* show
);
[C++]
HRESULT put_ShowExclusionClass(
VARIANT_BOOL show
);
[C++]Parameters
show [out, retval] show is a parameter of type VARIANT_BOOL show [in] show is a parameter of type VARIANT_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.