This document is archived and information here might be outdated. Recommended version. |
Provides access to members needed when developing commands to work with the SceneControl, ArcScene, and custom controls and applications.
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.
Name | 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. |
Classes | Description |
---|---|
SceneHookHelper | Helps commands work with the SceneControl, ArcScene, and custom controls and applications. |