com.esri.arcgis.display
Interface esriRepresentationDrawingError

All Superinterfaces:
Serializable

public interface esriRepresentationDrawingError
extends Serializable

Esri Representation Drawing Error Types.

Product Availability

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


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