Fires after the Globe contained by the GlobeControl has been replaced.
[Visual Basic 6.0] Event OnGlobeReplaced(
ByVal newGlobe As Variant _
) As Empty
[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
Product Availability
Available with ArcGIS Engine.
Description
The OnGlobeReplaced event is triggered whenever the IGlobeControl::Load3dFile method is used. Use this event to keep in synch with the current IGlobeControl::Globe.