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


ILegendItem3.ShowDescriptions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem3.ShowDescriptions Property

Indicates if descriptions are visible.

[Visual Basic .NET]
Public Property ShowDescriptions As Boolean
[C#]
public bool ShowDescriptions {get; set;}
[C++]
HRESULT get_ShowDescriptions(
  VARIANT_BOOL* ShowDescriptions
);
[C++]
HRESULT put_ShowDescriptions(
  VARIANT_BOOL ShowDescriptions
);
[C++]

Parameters ShowDescriptions [out, retval] ShowDescriptions is a parameter of type VARIANT_BOOL ShowDescriptions [in] ShowDescriptions is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILegendItem3 Interface