ArcObjects Library Reference (Controls)  

IGlobeControlEvents.OnGlobeReplaced Event

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

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.

See Also

IGlobeControlEvents Interface