ArcObjects Library Reference (Carto)  

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

See Also

IDataExclusion Interface