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. |
| IGlobeDisplay | Provides access to members that manipulate the globe display. |
| IGlobeDisplayLayers | Provides 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. |
| IViewers3D (esri3DAnalyst) | Provides access to members that control 3D displays. |
| 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