ArcObjects Library Reference (Carto)  

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 [out, retval]

  annoLayerPropsCol is a parameter of type IAnnotateLayerPropertiesCollection

annoLayerPropsCol [in]

  annoLayerPropsCol is a parameter of type IAnnotateLayerPropertiesCollection

Product Availability

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

See Also

IAnnotateMapProperties Interface