ArcObjects Library Reference  (Carto)    

ICoverageAnnotationLayerWrite.BeginAddElements Method

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

[Visual Basic 6.0]
Sub BeginAddElements(
    ByVal pDisplay As IDisplay _
)
[Visual Basic .NET]
Public Sub BeginAddElements ( _
    ByVal pDisplay As IDisplay _
)
[C#]
public void BeginAddElements (
    IDisplay pDisplay
);
[Java]
public void beginAddElements (
    IDisplay pDisplay
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page