This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem Interface > ILegendItem.ShowDescriptions Property (ArcObjects .NET 10.4 SDK) |
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