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


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

ICoverageAnnotationLayer Interface

Provides access to members that control a coverage annotation layer. Note: the ICoverageAnnotationLayer interface has been superseded by ICoverageAnnotationLayer2. Please consider using the more recent version.

Product Availability

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

When To Use

The ICoverageAnnotationLayer interface controls the display of coverage annotation. For example, use this interface to set the Symbol to display annotation with.

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 ICoverageAnnotationLayer

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

See Also

IFeatureLayer Interface