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 | ||
---|---|---|
AnnoProperties | The labeling properties annotation classes. | |
Draw | Draws the given annotation feature. | |
ElementFieldIndex | The element field index. | |
FeatureClass | The feature class. | |
FeatureIDFieldIndex | The feature ID field index. | |
ReferenceScale | The reference scale. | |
ReferenceScaleUnits | The units of the reference scale. | |
Symbol | The symbol associated with the given ID. | |
SymbolCollection | The symbol collection. | |
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