The globe display object.
| 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. |
| IDisplay (esriDisplay) | Provides access to members that control the Display. |
| 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. |
| IGlobeDisplayRendering2 | Provides access to members that manipulate globe display rendering. |
| IGlobeDisplayUtil | Provides access to GlobeDisplay utilities. |
| IGlobeStatInfo | Provides access to stats reported by the Globe. |
| IScreenDisplay (esriDisplay) | Provides access to members that control Screen Display. |
| Interfaces | Description |
|---|---|
| IGlobeDisplayEvents (default) | Provides access to events that occur when the state of the globe display changes. |
When working with GlobeDisplay's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pGlobeDisplay as GlobeDisplay