ArcObjects Library Reference (GlobeCore)  

IGlobeLegendInfo.LayerName Property

The layer name.

[Visual Basic .NET]
Public ReadOnly Property LayerName As String
[C#]
public string LayerName {get;}
[C++]
HRESULT get_LayerName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR

Product Availability

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

See Also

IGlobeLegendInfo Interface