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


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

IAnnotationClassExtension Interface

Provides access to members that control the annotation class.

Product Availability

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

Members

Name Description
Read-only property AllowSymbolOverrides Indicates if an annotation may override a symbol property even though it references the symbol collection.
Read-only property AnnoProperties The labeling properties annotation classes.
Read-only property AnnotationClassIDFieldIndex The label class ID field index.
Read-only property AutoCreate Indicates if an annotation is to be automatically created when a feature is created.
Read-only property Display The display.
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 LinkedFeatureClass The feature class to which the annotation class is feature linked.
Read-only property OverposterProperties The overposter properties.
Read-only property ReferenceScale The reference scale.
Read-only property ReferenceScaleUnits The units of the reference scale.
Read-only property RequireSymbolID Indicates if an annotation must belong to a symbol in the symbol collection.
Read-only property StatusFieldIndex The status field index.
Read-only property Symbol The symbol associated with the given ID.
Read-only property SymbolCollection The symbol collection.
Method SynchronizeAttributes Sync the attributes.
Read-only property UpdateOnShapeChange Indicates if an annotation is to be automatically recreated when a feature's shape is changed.
Read-only property Version The version of the annotation class.

Inherited Interfaces

Interfaces Description
IAnnoClass Provides access to members that control the annotation class.

Classes that implement IAnnotationClassExtension

Classes Description
AnnotationFeatureClassExtension An Esri annotation feature class extension.