ArcObjects Library Reference (DefenseSolutions)  

IEnumAttributeLabel Interface

Provides access to sequential control over a collection of AttributeLabel objects.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read-only property Count The method returns the number of attribute label objects in the collection.
Method FindLabel Finds and retrieves an attribute label object by name.
Method NextLabel The method returns the next attribute label in sequence.
Method Reset Rewinds the object pointer to the beginning of the collection.

CoClasses that implement IEnumAttributeLabel

CoClasses and Classes Description
FEGraphicFactory A low level factory object that produces a new force element cached graphic given a fifteen character symbol ID string.
ForceElementLayer A custom layer, bound to a feature layer, that wraps a force element display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display.

Remarks

Attribute labels provide templates for the annotating of cached graphics with graphic text.  An enumeration of attribute text is a collection of these templates that can be iterated over and accessed.  A given attribute text object in the enumeration can also be found by name.