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


IFDOGraphicsLayer.EndAddElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFDOGraphicsLayer Interface > IFDOGraphicsLayer.EndAddElements Method
ArcGIS Developer Help

IFDOGraphicsLayer.EndAddElements Method

Ends the batch process for adding elements to a graphics layer.

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

Product Availability

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

Remarks

Call EndAddElements after you have added all of the elements via DoAddElements or DoAddFeature.

See Also

IFDOGraphicsLayer Interface