This document is archived and information here might be outdated. Recommended version. |
Provides access to members needed when developing commands to work with the GlobeControl, ArcGlobe, and custom controls and applications.
Use the IGlobeHookHelper interface to return the Globe, GlobeDisplay, SceneViewer and Camera of the hook passed to the ICommand::OnCreate event regardless of whether the hook is a GlobeControl, ToolbarControl (with a 'buddy' GlobeControl) or ArcGlobe.
Name | Description | |
---|---|---|
ActiveViewer | Active scene viewer of hooked control or application. | |
Camera | Camera of hooked control or application. | |
Globe | Globe of hooked control or application. | |
GlobeDisplay | GlobeDisplay of hooked control or application. | |
Hook | Hook object that should be the same as the hook object passed in ICommand::OnCreate. |
Classes | Description |
---|---|
GlobeHookHelper | Helps commands work with the GlobeControl, ArcGlobe, custom controls and applications. |