ArcObjects Library Reference (Carto)  

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