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
Product Availability
Available with ArcGIS Engine.
Description
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.