|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISceneCommandHook
Provides access to members that work with SceneHookHelper. Custom control or application needs to implement ISceneCommandHook to be recognized by SceneHookHelper.
Implement the ISceneCommandHook interface in custom controls and applications if you want them to work with SceneHookHelper objects. The SceneHookHelper is designed to help developers write custom commands that will work with the ArcGIS SceneControl and the ArcScene application as well as custom applications.
Method Summary | |
---|---|
IScene |
getScene()
Scene of control or application. |
Method Detail |
---|
IScene getScene() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |