This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem2 Interface > ILegendItem2.ShowLayerName Property (ArcObjects .NET 10.5 SDK) |
Indicates if layer name is visibile.
[Visual Basic .NET] Public Property ShowLayerName As Boolean
[C#] public bool ShowLayerName {get; set;}
[C++]
HRESULT get_ShowLayerName(
VARIANT_BOOL* ShowLayerName
);
[C++]
HRESULT put_ShowLayerName(
VARIANT_BOOL ShowLayerName
);
[C++]
Parameters ShowLayerName [out, retval] ShowLayerName is a parameter of type VARIANT_BOOL ShowLayerName [in] ShowLayerName is a parameter of type VARIANT_BOOL