com.esri.arcgis.display
Interface esriRepresentationDrawingError

All Superinterfaces:
java.io.Serializable

public interface esriRepresentationDrawingError
extends java.io.Serializable

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

Description: 'Esri Representation Drawing Error Types.' 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 REP_E_ATTRIBUTE_DOES_NOT_EXIST
          Requested graphic attribute does not exist.
static int REP_E_EMPTY_ENUM_ATTRIBUTE
          Enum attribute type contains no value.
static int REP_E_GEOMETRY_TYPE_NOT_SUPPORTED
          This geometry type is not supported.
static int REP_E_INVALID_ENUM_ATTRIBUTE
          Enum graphic attribute is invalid.
static int REP_E_MAP_CONTEXT_NOT_INITIALIZED
          Representation map context is not initialized.
static int REP_E_NO_MAP_CONTEXT
          The representation map context is not defined.
static int REP_E_OUTPUT_CONTEXT_NOT_INITIALIZED
          Representation output context is not initialized.
 

Field Detail

REP_E_ATTRIBUTE_DOES_NOT_EXIST

static final int REP_E_ATTRIBUTE_DOES_NOT_EXIST
Requested graphic attribute does not exist.

See Also:
Constant Field Values

REP_E_GEOMETRY_TYPE_NOT_SUPPORTED

static final int REP_E_GEOMETRY_TYPE_NOT_SUPPORTED
This geometry type is not supported.

See Also:
Constant Field Values

REP_E_NO_MAP_CONTEXT

static final int REP_E_NO_MAP_CONTEXT
The representation map context is not defined.

See Also:
Constant Field Values

REP_E_INVALID_ENUM_ATTRIBUTE

static final int REP_E_INVALID_ENUM_ATTRIBUTE
Enum graphic attribute is invalid.

See Also:
Constant Field Values

REP_E_EMPTY_ENUM_ATTRIBUTE

static final int REP_E_EMPTY_ENUM_ATTRIBUTE
Enum attribute type contains no value.

See Also:
Constant Field Values

REP_E_MAP_CONTEXT_NOT_INITIALIZED

static final int REP_E_MAP_CONTEXT_NOT_INITIALIZED
Representation map context is not initialized.

See Also:
Constant Field Values

REP_E_OUTPUT_CONTEXT_NOT_INITIALIZED

static final int REP_E_OUTPUT_CONTEXT_NOT_INITIALIZED
Representation output context is not initialized.

See Also:
Constant Field Values