com.esri.arcgis.geodatabase
Interface esriDrawStyle

All Superinterfaces:
Serializable

public interface esriDrawStyle
extends Serializable

Specifies the feature draw style.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDSInvalid
          Invalid draw style.
static int esriDSNormal
          Normal draw style.
static int esriDSUnknown
          Unknown draw style.
static int esriDSValid
          Valid draw style.
 

Field Detail

esriDSNormal

static final int esriDSNormal
Normal draw style.

See Also:
Constant Field Values

esriDSValid

static final int esriDSValid
Valid draw style.

See Also:
Constant Field Values

esriDSInvalid

static final int esriDSInvalid
Invalid draw style.

See Also:
Constant Field Values

esriDSUnknown

static final int esriDSUnknown
Unknown draw style.

See Also:
Constant Field Values