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


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

IAnnotateFeature Interface

Provides access to members that control the labeling (annotation) of one feature. Note: the IAnnotateFeature interface has been superseded by IAnnotateFeature2. Please consider using the more recent version.

Product Availability

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

Description

IAnnotateFeature provides access to method Label of the AnnotateFeature object.  This object is used for low level generation of text elements at the feature level and is not intended to be used in a loop to generate text for an entire layer or map.  IAnnotateFeature2 has superseded IAnnotateFeature due to the additional support for OverposterProperties.

Members

Name Description
Method Label Labels a feature based on the properties given.

Classes that implement IAnnotateFeature

Classes Description
AnnotateFeature A renderer for labeling one feature.
MaplexAnnotateFeature (esriMaplex) A renderer for labeling one feature.

See Also

IAnnotateFeature2 Interface