com.esri.arcgis.carto
Interface annoError

All Superinterfaces:
Serializable

public interface annoError
extends Serializable

Esri Annotation Error Codes.

Remarks

This enumeration defines the errors that may be thrown when storing an annotation feature. See each enumeration member for a description of the error.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IAnnotationFeature2, IAnnotationFeature

Field Summary
static int ANNO_E_FONT_NOT_FOUND
          The font specified for the annotation feature was not found on this system.
static int ANNO_E_INVALID_ANGLE
          The value of the text angle specified is invalid.
static int ANNO_E_INVALID_FONT_SIZE
          The font size specified is invalid.
static int ANNO_E_INVALID_SYM_ID
          The text element does not reference a symbol stored in the symbol collection which is not allowed for this annotation feature class.
static int ANNO_E_NO_SYM_OVERRIDE
          The text element contains overrides which are not allowed for this annotation feature class.
static int ANNO_E_NULL_NOT_SUPPORTED
          Null annotation features are not supported.
static int ANNO_E_UNSUPPORTED_VERSION
          The change to the annotation feature is not supported in the open geodatabase version.
 

Field Detail

ANNO_E_UNSUPPORTED_VERSION

static final int ANNO_E_UNSUPPORTED_VERSION
The change to the annotation feature is not supported in the open geodatabase version.

See Also:
Constant Field Values

ANNO_E_NULL_NOT_SUPPORTED

static final int ANNO_E_NULL_NOT_SUPPORTED
Null annotation features are not supported.

See Also:
Constant Field Values

ANNO_E_FONT_NOT_FOUND

static final int ANNO_E_FONT_NOT_FOUND
The font specified for the annotation feature was not found on this system.

See Also:
Constant Field Values

ANNO_E_INVALID_FONT_SIZE

static final int ANNO_E_INVALID_FONT_SIZE
The font size specified is invalid.

See Also:
Constant Field Values

ANNO_E_INVALID_ANGLE

static final int ANNO_E_INVALID_ANGLE
The value of the text angle specified is invalid.

See Also:
Constant Field Values

ANNO_E_NO_SYM_OVERRIDE

static final int ANNO_E_NO_SYM_OVERRIDE
The text element contains overrides which are not allowed for this annotation feature class.

See Also:
Constant Field Values

ANNO_E_INVALID_SYM_ID

static final int ANNO_E_INVALID_SYM_ID
The text element does not reference a symbol stored in the symbol collection which is not allowed for this annotation feature class.

See Also:
Constant Field Values