ArcObjects Library Reference  (GlobeCore)    

IGlobeServerLayer.GlobeServer Property

Provides access to the GlobeServer object.

[Visual Basic 6.0]
Property GlobeServer As IGlobeServer
[Visual Basic .NET]
Public ReadOnly Property GlobeServer As IGlobeServer
[C#]
public IGlobeServer GlobeServer {get;}
[Java]
public IGlobeServer getGlobeServer()
throws
    IOException,
    AutomationException
[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

IGlobeServerLayer Interface

 


Feedback Send feedback on this page