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


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

IAnnotateMapProperties.AnnotateLayerPropertiesCollection Property

A collection of annotate layer properties.

[Visual Basic .NET]
Public Property AnnotateLayerPropertiesCollection As IAnnotateLayerPropertiesCollection
[C#]
public IAnnotateLayerPropertiesCollection AnnotateLayerPropertiesCollection {get; set;}
[C++]
HRESULT get_AnnotateLayerPropertiesCollection(
  IAnnotateLayerPropertiesCollection* annoLayerPropsCol
);
[C++]
HRESULT putref_AnnotateLayerPropertiesCollection(
  IAnnotateLayerPropertiesCollection** annoLayerPropsCol
);
[C++]
Parameters
annoLayerPropsCol [in]

annoLayerPropsCol is a parameter of type IAnnotateLayerPropertiesCollection* annoLayerPropsCol [out, retval]
annoLayerPropsCol is a parameter of type IAnnotateLayerPropertiesCollection**

Product Availability

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

See Also

IAnnotateMapProperties Interface