ArcObjects Library Reference (GlobeCore)  

IGlobeServerLayer.GlobeServerLayerName Property

The name of the GlobeServer layer.

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

Parameters

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

Product Availability

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

See Also

IGlobeServerLayer Interface