com.esri.arcgis.display
Interface esriDynamicMapDrawPhase

All Superinterfaces:
Serializable

public interface esriDynamicMapDrawPhase
extends Serializable

Dynamic map draw phases.

Product Availability

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


Field Summary
static int esriDMDPDynamicLayers
          Passed when the dynamic display draw the layers.
static int esriDMDPLayers
          Passed when the dynamic display starts and finish drawing the layers.
static int esriDMDPSelection
          Passed when the dynamic display is draw in selection mode.
 

Field Detail

esriDMDPLayers

static final int esriDMDPLayers
Passed when the dynamic display starts and finish drawing the layers.

See Also:
Constant Field Values

esriDMDPDynamicLayers

static final int esriDMDPDynamicLayers
Passed when the dynamic display draw the layers.

See Also:
Constant Field Values

esriDMDPSelection

static final int esriDMDPSelection
Passed when the dynamic display is draw in selection mode.

See Also:
Constant Field Values