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


IGlobeServerLayer.ThreadedGlobeServer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerLayer Interface > IGlobeServerLayer.ThreadedGlobeServer Property
ArcGIS Developer Help

IGlobeServerLayer.ThreadedGlobeServer Property

Provides access to a threaded GlobeServer object.

[Visual Basic .NET]
Public ReadOnly Property ThreadedGlobeServer As IGlobeServer
[C#]
public IGlobeServer ThreadedGlobeServer {get;}
[C++]
HRESULT get_ThreadedGlobeServer(
  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