com.esri.arcgis.display
Interface esriDynamicSelectionMode

All Superinterfaces:
Serializable

public interface esriDynamicSelectionMode
extends Serializable

Dynamic map draw phases.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriDSMAfterDynamicDraw
          Does the after-draw in the selection cycle drawing.
static int esriDSMBeforeDynamicDraw
          Does the before-draw in the selection cycle drawing.
static int esriDSMDynamicDrawing
          Does dynamic drawing in the selection cycle drawing.
static int esriDSMLayers
          Draw dynamic layers in the selection cycle drawing.
static int esriDSMNone
          Draw the selection cycle without drawing any of the dynamic display content.
 

Field Detail

esriDSMNone

static final int esriDSMNone
Draw the selection cycle without drawing any of the dynamic display content.

See Also:
Constant Field Values

esriDSMLayers

static final int esriDSMLayers
Draw dynamic layers in the selection cycle drawing.

See Also:
Constant Field Values

esriDSMBeforeDynamicDraw

static final int esriDSMBeforeDynamicDraw
Does the before-draw in the selection cycle drawing.

See Also:
Constant Field Values

esriDSMAfterDynamicDraw

static final int esriDSMAfterDynamicDraw
Does the after-draw in the selection cycle drawing.

See Also:
Constant Field Values

esriDSMDynamicDrawing

static final int esriDSMDynamicDrawing
Does dynamic drawing in the selection cycle drawing.

See Also:
Constant Field Values