com.esri.arcgis.system
Interface esriDrawPhase

All Superinterfaces:
Serializable

public interface esriDrawPhase
extends Serializable

Phases of drawing (a layer).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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