Scene of hooked control or application.
[Visual Basic 6.0] Property Scene As IScene
[Visual Basic .NET] Public ReadOnly Property Scene As IScene
[C#] public IScene Scene {get;}
[Java] public IScene getScene() throws IOException, AutomationException
[C++] HRESULT get_Scene( IScene** ppScene );
The IScene object of the hook passed to the ICommand::OnCreate event. The Scene is returned regardless of whether the hook is a SceneControl, ToolbarControl (with a 'buddy' SceneControl) or ArcScene.
1059 800a0423: The supplied hook is not a valid object