ArcObjects Library Reference (Carto)  

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