This document is archived and information here might be outdated. Recommended version. |
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.