com.esri.arcgis.controls
Interface esriHookActions

All Superinterfaces:
Serializable

public interface esriHookActions
extends Serializable

Hook action type options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriHookActionsCallout
          Create a callout for the geometry.
static int esriHookActionsFlash
          Flash the geometry.
static int esriHookActionsGraphic
          Create a graphic for the geometry.
static int esriHookActionsLabel
          Create a graphic and label for the geometry.
static int esriHookActionsPan
          Pan to the geometry.
static int esriHookActionsZoom
          Zoom to the geometry.
 

Field Detail

esriHookActionsFlash

static final int esriHookActionsFlash
Flash the geometry.

See Also:
Constant Field Values

esriHookActionsPan

static final int esriHookActionsPan
Pan to the geometry.

See Also:
Constant Field Values

esriHookActionsZoom

static final int esriHookActionsZoom
Zoom to the geometry.

See Also:
Constant Field Values

esriHookActionsGraphic

static final int esriHookActionsGraphic
Create a graphic for the geometry.

See Also:
Constant Field Values

esriHookActionsLabel

static final int esriHookActionsLabel
Create a graphic and label for the geometry.

See Also:
Constant Field Values

esriHookActionsCallout

static final int esriHookActionsCallout
Create a callout for the geometry.

See Also:
Constant Field Values