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


IGlobeServerGroupLayer.GlobeServer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerGroupLayer.GlobeServer Property

The GlobeServer object of this layer.

[Visual Basic .NET]
Public ReadOnly Property GlobeServer As IGlobeServer
[C#]
public IGlobeServer GlobeServer {get;}
[C++]
HRESULT get_GlobeServer(
  IGlobeServer** ppGlobeServer
);
[C++]

Parameters ppGlobeServer [out, retval]
ppGlobeServer is a parameter of type IGlobeServer

Product Availability

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

See Also

IGlobeServerGroupLayer Interface