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


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

IGlobeServerSetup Interface

Provides access to members for initializing a Globe server.

Product Availability

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

Members

Name Description
Method Init Initializes the server from a globe document path. The path must be accessible to the server machine.
Method InitFromLayer Initializes the server from from a layer file. The path must be accessible to the server machine.
Read/write property PhysicalCacheDirectory The physical directory for Globe cache.
Read/write property PhysicalOutputDirectory The physical directory for output files.
Read/write property SOMPhysicalCacheDirectory The SOM physical directory for Globe cache.
Read-only property SOMVirtualCacheDirectory The SOM virtual directory for Globe cache.
Read/write property VirtualCacheDirectory The virtual directory for Globe cache.
Read/write property VirtualOutputDirectory The virtual directory for output files.

Classes that implement IGlobeServerSetup

Classes Description
GlobeServer A Globe Server class that serves Globe Tiles.