This document is archived and information here might be outdated.  Recommended version.


ISceneCommandHook.Scene Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneCommandHook Interface > ISceneCommandHook.Scene Property
ArcGIS Developer Help

ISceneCommandHook.Scene Property

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.

See Also

ISceneCommandHook Interface