Fires after the Scene contained by the SceneControl has been replaced.
[Visual Basic 6.0] Event OnSceneReplaced(
ByVal newScene As Variant _
) As Empty
[Visual Basic .NET] Public Event OnSceneReplaced As OnSceneReplacedEventHandler
[C#] public event OnSceneReplacedEventHandler OnSceneReplaced
[C++]
HRESULT OnSceneReplaced(
VARIANT newScene
);
[C++]Parameters
newScene newScene is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine.
Description
The OnSceneReplaced event is triggered whenever the ISceneControl::LoadSxFile method is used. Use this event to keep in synch with the current ISceneControl::Scene.