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


IAnnotationLayer.BeginAddElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationLayer Interface > IAnnotationLayer.BeginAddElements Method
ArcGIS Developer Help

IAnnotationLayer.BeginAddElements Method

Begins a batch process for adding elements to a graphics layer.

[Visual Basic .NET]
Public Sub BeginAddElements ( _
)
[C#]
public void BeginAddElements (
);
[C++]
HRESULT BeginAddElements(
void
);

Product Availability

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

See Also

IAnnotationLayer Interface