This document is archived and information here might be outdated. Recommended version. |
Provides access to actions such as flashing, panning and zooming that help in the development of commands to work with controls, custom controls and applications.
Use IHookActions to flash, label and navigate around geometry objects implementing IEnvelope, IPoint, IPolygon and IPolyline.
Name | Description | |
---|---|---|
ActionSupported | Indicates whether the specified action can be performed on the object. | |
ActionSupportedOnMultiple | Indicates whether the specified action can be performed on the array of objects. | |
DoAction | Perform the action on the object. | |
DoActionOnMultiple | Perform the action on the array of objects. | |
DoActionWithName | Perform the action on the object using the name. | |
DoActionWithNameOnMultiple | Perform the action on the array of objects using the array of names. |
Classes | Description |
---|---|
GlobeHookHelper | Helps commands work with the GlobeControl, ArcGlobe, custom controls and applications. |
HookHelper | Helps commands work with the MapControl, PageLayoutControl, ArcMap, custom controls and applications. |