This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneHookHelper Interface > ISceneHookHelper.Scene Property (ArcObjects .NET 10.5 SDK) |
Scene of hooked control or application.
[Visual Basic .NET] Public ReadOnly Property Scene As IScene
[C#] public IScene Scene {get;}
[C++]
HRESULT get_Scene(
IScene** ppScene
);
[C++]
Parameters ppScene [out, retval]
ppScene is a parameter of type IScene
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