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


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

IAnnotateLayerPropertiesCollection Interface

Provides access to members that work with a collection of annotation settings for a feature layer. Note: the IAnnotateLayerPropertiesCollection interface has been superseded by IAnnotateLayerPropertiesCollection2. Please consider using the more recent version.

Product Availability

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

When To Use

The IAnnotateLayerPropertiesCollection interface maintains a set of LabelEngineLayerProperties for a feature layer.

Members

Name 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.
Method QueryItem Returns the item in the collection at the specified index.
Method Remove Removes the item in the collection at the specified index.
Method Sort Sorts the items in the collection.

Classes that implement IAnnotateLayerPropertiesCollection

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

See Also

IAnnotateLayerProperties Interface | IAnnotateLayerPropertiesCollection2 Interface