This document is archived and information here might be outdated. Recommended version. |
Scene of 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 used by the custom control or application.
The SceneHookHelper is often used in custom commands and the ISceneHookHelper::Scene can return the IScene of the hook by using this property.