ArcObjects Library Reference (Carto)  

IAnnotateLayerPropertiesCollection2 Interface

Provides access to members that work with a collection of annotation settings for a feature layer.

Product Availability

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

Members

Description
Method Add Adds an item to the collection.
Method Clear Removes all the items in the collection.
Read-only property Count The number of items in the collection.
Read-only property Properties The item in the collection with the given id.
Method QueryItem Returns the item in the collection at the specified index.
Method Remove Removes the item in the collection with the given id.
Method Replace Replaces the item in the collection with the given id.
Method Sort Sorts the items in the collection.

CoClasses that implement IAnnotateLayerPropertiesCollection2

CoClasses and Classes Description
AnnotateLayerPropertiesCollection A collection of annotation settings for a feature layer.

See Also

IAnnotateLayerProperties Interface