This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlEvents Interface > IGlobeControlEvents.OnGlobeReplaced Event (ArcObjects .NET 10.5 SDK) |
Fires after the Globe contained by the GlobeControl has been replaced.
[Visual Basic .NET] Public Event OnGlobeReplaced As OnGlobeReplacedEventHandler
[C#] public event OnGlobeReplacedEventHandler OnGlobeReplaced
[C++]
HRESULT OnGlobeReplaced(
VARIANT newGlobe
);
[C++]
Parameters newGlobe newGlobe is a parameter of type VARIANT
The OnGlobeReplaced event is triggered whenever the IGlobeControl::Load3dFile method is used. Use this event to keep in synch with the current IGlobeControl::Globe.