ArcObjects Library Reference (Carto)  

AnnotationFeatureClassExtension CoClass

An Esri annotation feature class extension.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IAnnoClass Provides access to members that control the annotation class.
IAnnoClassAdmin Provides access to members that control the annotation class admin interface.
IAnnoClassAdmin2 Provides access to members that control the annotation class admin interface.
IAnnoClassAdmin3 Provides access to members that control the annotation class admin interface.
IAnnotationClassExtension Provides access to members that control the annotation class.
IAnnotationClassExtension2 Provides access to members that control the annotation class.
IClassExtension (esriGeoDatabase) Provides access to members that initialize and shutdown the class extension.
IConfirmSendRelatedObjectEvents (esriGeoDatabase) Provides access to events that occur when related objects change, move or rotate and confirms that the event be sent.
IFeatureClassEdit (esriGeoDatabase) Provides access to information about feature class editing properties.
IFeatureClassExtension (esriGeoDatabase) Indicator interface for feature class extensions.
IObjectClassEvents (esriGeoDatabase) Provides access to events that occur with an object class.
IObjectClassExtension (esriGeoDatabase) Indicator interface for object class extensions.
IPersistCustomFeaturesExtension (esriGeoDatabase) Provides access to members that allow extra feature information to be persisted.
IRelatedObjectClassEvents (esriGeoDatabase) Provides access to events that occur when related objects are created.
ISupportErrorInfo Indicates whether a specific interface can return Automation error objects.

Remarks

The AnnotationFeatureClassExtension CoClass manages the drawing of annotation features.

 The AnnotationFeatureClassExtension is used to configure the drawing properties and symbology for annoation features. The IAnnoClass interface is used to access the AnnotationLayerProperties and GroupSymbols. The IAnnoClassAdmin interface is used to update the properties of the class. ArcMap and ArcCatalog primarily use these interfaces.

See Also

IAnnoClass Interface | IAnnoClassAdmin Interface