Provides access to events that occur when the state of the globe display changes.
| Description | ||
|---|---|---|
![]() |
ActiveViewerChanged | Fired when the active viewer changes. |
![]() |
AfterDraw | Fired when drawing finishes. |
![]() |
BatchTileGenerationStarted | Fired when data preparation starts. |
![]() |
BatchTileGenerationStopped | Fired when data preparation stops. |
![]() |
BeforeDraw | Fired when drawing starts. |
![]() |
InteractionStopped | Fired when interaction stops. |
![]() |
TileOverflow | Fired when there is an overflow of vector tiles in a layer. |
![]() |
VectorOverflow | Fired when there is an overflow of vector features in a tile. |
![]() |
ViewerAdded | Fired when a new viewer is added. |
![]() |
ViewerRemoved | Fired when a viewer is removed. |
| CoClasses and Classes | Description |
|---|---|
| GlobeDisplay | The globe display object. |
| GlobeDisplayEventsListener (esriSystemUtility) | Helper coclass to provide IGlobeDisplayEvents support to the C++ API. |