This document is archived and information here might be outdated. Recommended version. |
Indicates if layer name is visibile.
[Visual Basic .NET]
Public Property ShowLayerName As Boolean
[C#]
public bool ShowLayerName {get; set;}
[C++]
HRESULT get_ShowLayerName(
Boolean* ShowLayerName
);
[C++]
HRESULT put_ShowLayerName(
VARIANT_BOOL ShowLayerName
);
[C++] Parameters ShowLayerName [out, retval]
ShowLayerName is a parameter of type bool* ShowLayerName [in]
ShowLayerName is a parameter of type bool