com.esri.arcgis.display
Interface esriGraphicAttributeType

All Superinterfaces:
java.io.Serializable

public interface esriGraphicAttributeType
extends java.io.Serializable

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

Description: 'Types of graphic attributes.' 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 esriAttributeTypeAngle
          Angle type coded as VT_R8.
static int esriAttributeTypeBoolean
          Boolean type coded as VT_BOOL.
static int esriAttributeTypeColor
          Color type coded as VT_UNKNOWN (IColor).
static int esriAttributeTypeDash
          Dash type coded as VT_R8 + VT_ARRAY.
static int esriAttributeTypeDouble
          Real type coded as VT_R8.
static int esriAttributeTypeEnum
          Enumeration type coded as VT_I4.
static int esriAttributeTypeInteger
          Integer type coded as VT_I4.
static int esriAttributeTypeMarker
          Marker type coded as VT_UNKNOWN (IRepresentationMarker).
static int esriAttributeTypeSize
          Size type coded as VT_R8.
static int esriAttributeTypeText
          Text type coded as VT_BSTR.
 

Field Detail

esriAttributeTypeBoolean

static final int esriAttributeTypeBoolean
Boolean type coded as VT_BOOL.

See Also:
Constant Field Values

esriAttributeTypeInteger

static final int esriAttributeTypeInteger
Integer type coded as VT_I4.

See Also:
Constant Field Values

esriAttributeTypeEnum

static final int esriAttributeTypeEnum
Enumeration type coded as VT_I4.

See Also:
Constant Field Values

esriAttributeTypeDouble

static final int esriAttributeTypeDouble
Real type coded as VT_R8.

See Also:
Constant Field Values

esriAttributeTypeSize

static final int esriAttributeTypeSize
Size type coded as VT_R8.

See Also:
Constant Field Values

esriAttributeTypeText

static final int esriAttributeTypeText
Text type coded as VT_BSTR.

See Also:
Constant Field Values

esriAttributeTypeColor

static final int esriAttributeTypeColor
Color type coded as VT_UNKNOWN (IColor).

See Also:
Constant Field Values

esriAttributeTypeMarker

static final int esriAttributeTypeMarker
Marker type coded as VT_UNKNOWN (IRepresentationMarker).

See Also:
Constant Field Values

esriAttributeTypeDash

static final int esriAttributeTypeDash
Dash type coded as VT_R8 + VT_ARRAY.

See Also:
Constant Field Values

esriAttributeTypeAngle

static final int esriAttributeTypeAngle
Angle type coded as VT_R8.

See Also:
Constant Field Values