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


IConvertLabelsToAnnotation.AnnoLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConvertLabelsToAnnotation Interface > IConvertLabelsToAnnotation.AnnoLayers Property
ArcGIS Developer Help

IConvertLabelsToAnnotation.AnnoLayers Property

New database annotation layers created by the conversion process.

[Visual Basic .NET]
Public ReadOnly Property AnnoLayers As IEnumLayer
[C#]
public IEnumLayer AnnoLayers {get;}
[C++]
HRESULT get_AnnoLayers(
  IEnumLayer** Layers
);
[C++]
Parameters
Layers [out, retval]

Layers is a parameter of type IEnumLayer**

Product Availability

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

Remarks

Following the ConvertLabels method, geodatabase annotation layers are returned via this property.

See Also

IConvertLabelsToAnnotation Interface