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


IGlobeServerLayer.GlobeLayerInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerLayer.GlobeLayerInfo Property

Provides access to the available properties of a globe layer info object.

[Visual Basic .NET]
Public ReadOnly Property GlobeLayerInfo As IGlobeLayerInfo
[C#]
public IGlobeLayerInfo GlobeLayerInfo {get;}
[C++]
HRESULT get_GlobeLayerInfo(
  IGlobeLayerInfo** ppLayerInfo
);
[C++]

Parameters ppLayerInfo [out, retval]
ppLayerInfo is a parameter of type IGlobeLayerInfo

Product Availability

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

See Also

IGlobeServerLayer Interface