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


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

ICoverageAnnotationLayer2 Interface

Provides access to members that control a coverage annotation layer.

Product Availability

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

Members

Name Description
Read/write property ArrowSymbol The line symbol for the arrow.
Read/write property Font The font for the specified symbol number.
Read/write property FontColor The font color for the specified symbol number.
Method GenerateGraphics Generates graphic elements from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.
Read-only property LevelCount The number of levels in the layer.
Read-only property LevelNumber The level number at the specified index.
Read/write property LevelVisibility Indicates if the level at the specified level number is visible.
Method NextFeatureAndGraphic Generates the next feature and graphic element in the graphics generation loop. Returns a NULL feature and element after the last annotation feature has been read. Call only after StartGeneratingGraphics.
Read-only property NextGraphic Generates the next graphic element in the graphics generation loop. Returns a NULL element after the last annotation feature has been read. Call only after StartGeneratingGraphics.
Method StartGeneratingGraphics Starts a graphics generation process from the annotation features. The optional envelope specifies a bounding box. The display is used for converting from map units.
Read-only property SymbolCount The number of symbols used by the layer.
Read-only property SymbolNumber The symbol number at the specified index.
Read/write property TextSymbol The text symbol for the specified symbol number.

Classes that implement ICoverageAnnotationLayer2

Classes Description
CadAnnotationLayer An Esri Cad annotation layer.
CoverageAnnotationLayer An Esri coverage annotation layer.