This document is archived and information here might be outdated.  Recommended version.


IGlobeDisplayEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayEvents Interface
ArcGIS Developer Help

IGlobeDisplayEvents Interface

Provides access to events that occur when the state of the globe display changes.

Product Availability

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

Members

Name Description
Method ActiveViewerChanged Fired when the active viewer changes.
Method AfterDraw Fired when drawing finishes.
Method BatchTileGenerationStarted Fired when data preparation starts.
Method BatchTileGenerationStopped Fired when data preparation stops.
Method BeforeDraw Fired when drawing starts.
Method InteractionStopped Fired when interaction stops.
Method TileOverflow Fired when there is an overflow of vector tiles in a layer.
Method VectorOverflow Fired when there is an overflow of vector features in a tile.
Method ViewerAdded Fired when a new viewer is added.
Method ViewerRemoved Fired when a viewer is removed.

Classes that implement IGlobeDisplayEvents

Classes Description
GlobeDisplay The globe display object.
GlobeDisplayEventsListener (esriSystemUtility) Helper coclass to provide IGlobeDisplayEvents support to the C++ API.
TADynamicDisplayRefreshController (esriTrackingAnalyst) Manages all dynamic updates to all of ArcMap's maps, both in the map view and the page layout view.