This document is archived and information here might be outdated.  Recommended version.


IAnnoClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnoClass Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IAnnoClass

Classes Description
AnnotationFeatureClassExtension An Esri annotation feature class extension.

See Also

IFeatureClass Interface | IAnnoClassAdmin3 Interface | IAnnotationClassExtension Interface