ArcObjects Library Reference (Carto)  

annoError Constants

Esri Annotation Error Codes.

Constant Value Description
ANNO_E_UNSUPPORTED_VERSION -2147220991 The change to the annotation feature is not supported in the open geodatabase version.
ANNO_E_NULL_NOT_SUPPORTED -2147220990 Null annotation features are not supported.
ANNO_E_FONT_NOT_FOUND -2147220989 The font specified for the annotation feature was not found on this system.
ANNO_E_INVALID_FONT_SIZE -2147220988 The font size specified is invalid.
ANNO_E_INVALID_ANGLE -2147220987 The value of the text angle specified is invalid.
ANNO_E_NO_SYM_OVERRIDE -2147220986 The text element contains overrides which are not allowed for this annotation feature class.
ANNO_E_INVALID_SYM_ID -2147220985 The text element does not reference a symbol stored in the symbol collection which is not allowed for this annotation feature class.

Product Availability

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

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.

See Also

IAnnotationFeature Interface | IAnnotationFeature2 Interface