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. |
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. |
Event Interfaces
Interfaces | Description |
---|---|
IGlobeDisplayEvents (default) | Provides access to events that occur when the state of the globe display changes. |
ITimeDisplayEvents | Provides access to members that control Display Time Events. |
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
When implementing ITimeDisplayEvents declare variables as follows:Private WithEvents pTimeDisplayEvents as TimeDisplayEvents