|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface annoError
Esri Annotation Error Codes.
This enumeration defines the errors that may be thrown when storing an annotation feature. See each enumeration member for a description of the error.
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 |
---|
static final int ANNO_E_UNSUPPORTED_VERSION
static final int ANNO_E_NULL_NOT_SUPPORTED
static final int ANNO_E_FONT_NOT_FOUND
static final int ANNO_E_INVALID_FONT_SIZE
static final int ANNO_E_INVALID_ANGLE
static final int ANNO_E_NO_SYM_OVERRIDE
static final int ANNO_E_INVALID_SYM_ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |