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


IFeatureWorkspaceAnno Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureWorkspaceAnno Interface
ArcGIS Developer Help

IFeatureWorkspaceAnno Interface

Provides access to creating an annotation class as well as managing a symbol collection.

Product Availability

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

Members

Name Description
Method AddSymbolCollection Updates the symbol collection in the class extension.
Method CreateAnnotationClass Creates a new annotation feature class in the workspace.
Method ReplaceSymbolCollection Replaces the symbol collection in the class extension.

Classes that implement IFeatureWorkspaceAnno

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
VersionedWorkspace VersionedWorkspace Object.
Workspace Workspace Object.

Remarks

IFeatureWorkspaceAnno is an optional interface supported by workspaces that represent geodatabases and contains specialized methods for creating geodatabase annotation feature classes.

See Also

IAnnotateLayerPropertiesCollection Interface