This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConvertLabelsToAnnotation Interface > IConvertLabelsToAnnotation.AnnoLayers Property (ArcObjects .NET 10.4 SDK) |
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
Following the ConvertLabels method, geodatabase annotation layers are returned via this property.