This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerPropertiesCollection Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that work with a collection of annotation settings for a feature layer. Note: the IAnnotateLayerPropertiesCollection interface has been superseded byIAnnotateLayerPropertiesCollection2. Please consider using the more recent version.
The IAnnotateLayerPropertiesCollection interface maintains a set of LabelEngineLayerProperties for a feature layer.
Description | ||
---|---|---|
Add | Adds an item to the collection. | |
Clear | Removes all the items in the collection. | |
Count | The number of items in the collection. | |
QueryItem | Returns the item in the collection at the specified index. | |
Remove | Removes the item in the collection at the specified index. | |
Sort | Sorts the items in the collection. |
CoClasses and Classes | Description |
---|---|
AnnotateLayerPropertiesCollection | A collection of annotation settings for a feature layer. |
IAnnotateLayerProperties Interface | IAnnotateLayerPropertiesCollection2 Interface