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


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

ICoverageAnnotationLayerWrite.BeginAddElements Method

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

[Visual Basic .NET]
Public Sub BeginAddElements ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void BeginAddElements (
    IDisplay pDisplay
);
[C++]
HRESULT BeginAddElements(
  IDisplay* pDisplay
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDisplay*

Product Availability

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

See Also

ICoverageAnnotationLayerWrite Interface