This document is archived and information here might be outdated. Recommended version. |
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
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.