com.esri.arcgis.system
Interface esriDrawPhase

All Superinterfaces:
java.io.Serializable

public interface esriDrawPhase
extends java.io.Serializable

Constants from esriDrawPhase' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Phases of drawing (a layer).' 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 esriDPAnnotation
          Draw annotation.
static int esriDPGeography
          Draw geography.
static int esriDPSelection
          Draw selection.
 

Field Detail

esriDPGeography

static final int esriDPGeography
Draw geography.

See Also:
Constant Field Values

esriDPAnnotation

static final int esriDPAnnotation
Draw annotation.

See Also:
Constant Field Values

esriDPSelection

static final int esriDPSelection
Draw selection.

See Also:
Constant Field Values