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


ILegendItem3.ShowLayerName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem3.ShowLayerName Property

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

Product Availability

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

See Also

ILegendItem3 Interface