Provides access to members needed when developing commands to work with the SceneControl, ArcScene, and custom controls and applications.
Product Availability
Available with ArcGIS Engine.
Description
Use the ISceneHookHelper interface to return the Scene, SceneGraph, SceneViewer and Camera of the hook passed to the ICommand::OnCreate event regardless of whether the hook is a SceneControl, ToolbarControl (with a 'buddy' SceneControl) or ArcScene.
Members
Description | ||
---|---|---|
ActiveViewer | Active scene viewer of hooked control or application. | |
Camera | Camera of hooked control or application. | |
Hook | Hook object that should be the same as the hook object passed in ICommand::OnCreate. | |
Scene | Scene of hooked control or application. | |
SceneGraph | SceneGraph of hooked control or application. |
CoClasses that implement ISceneHookHelper
CoClasses and Classes | Description |
---|---|
SceneHookHelper | Helps commands work with the SceneControl, ArcScene, and custom controls and applications. |