ArcObjects Library Reference (Carto)  

IAnnoClass Interface

Provides access to members that control the annotation class.

Product Availability

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

When To Use

The IAnnoClass interface is mainly for getting properties of an annotation feature class. For example, use the IAnnoClass interface to view the reference scale and symbols associated with it. You can also draw individual annotation features using this interface.

Members

Description
Read-only property AnnoProperties The labeling properties annotation classes.
Method Draw Draws the given annotation feature.
Read-only property ElementFieldIndex The element field index.
Read-only property FeatureClass The feature class.
Read-only property FeatureIDFieldIndex The feature ID field index.
Read-only property ReferenceScale The reference scale.
Read-only property ReferenceScaleUnits The units of the reference scale.
Read-only property Symbol The symbol associated with the given ID.
Read-only property SymbolCollection The symbol collection.
Read-only property Version The version of the annotation class.

CoClasses that implement IAnnoClass

CoClasses and Classes Description
AnnotationFeatureClassExtension An Esri annotation feature class extension.

See Also

IFeatureClass Interface | IAnnoClassAdmin3 Interface | IAnnotationClassExtension Interface