com.esri.arcgis.display
Interface esriDynamicMapDrawPhase

All Superinterfaces:
java.io.Serializable

public interface esriDynamicMapDrawPhase
extends java.io.Serializable

Constants from esriDynamicMapDrawPhase' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Dynamic map draw phases.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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