ArcObjects Library Reference  (GlobeCore)    

GlobeDisplay CoClass

The globe display object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IActiveViewEvents (esriCarto) Provides access to events that occur when the state of the active view changes.
IConnectionPointContainer Supports connection points for connectable objects.
IGlobeDisplay2 Provides access to members that manipulate the globe display.
IGlobeDisplay3 Provides access to members that manipulate the globe display.
IGlobeDisplayLayers Provides access to members that manipulate globe display layers.
IGlobeDisplayLayers2 Provides extended access to members that manipulate globe display layers.
IGlobeDisplayRendering Provides access to members that manipulate globe display rendering.
IGlobeStatInfo Provides access to stats reported by the Globe.

Event Interfaces

Interfaces Description
IGlobeDisplayEvents (default) Provides access to events that occur when the state of the globe display changes.

Working with Events

[Visual Basic 6.0]

When working with GlobeDisplay's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pGlobeDisplay as GlobeDisplay

 


Feedback Send feedback on this page