com.esri.arcgis.geodatabase
Interface esriDrawStyle

All Superinterfaces:
java.io.Serializable

public interface esriDrawStyle
extends java.io.Serializable

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

Description: 'Specifies the feature draw style.' 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 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