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.
Product Availability
Available with ArcGIS Engine.
Description
Use IHookActions to flash, label and navigate around geometry objects implementing IEnvelope, IPoint, IPolygon and IPolyline.
Members
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. |
CoClasses that implement IHookActions
CoClasses and 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. |