ArcObjects Library Reference  (Carto)    

IFDOGraphicsLayer.BeginAddElements Method

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

[Visual Basic 6.0]
Sub BeginAddElements
[Visual Basic .NET]
Public Sub BeginAddElements ( _
)
[C#]
public void BeginAddElements (
);
[Java]
public void beginAddElements (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT BeginAddElements(
void
);

Product Availability

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

Remarks

Call BeginAddElements before adding elements via DoAddElements or DoAddFeature.

See Also

IFDOGraphicsLayer Interface

 


Feedback Send feedback on this page