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


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

IFDOGraphicsLayer2.DoAddElements Method

Adds a batch of elements to a graphics layer.

[Visual Basic .NET]
Public Sub DoAddElements ( _
    ByVal pElements As IElementCollection, _
    ByVal zorder As Integer _
)
[C#]
public void DoAddElements (
    IElementCollection pElements,
    int zorder
);
[C++]
HRESULT DoAddElements(
  IElementCollection* pElements,
  long zorder
);
[C++]
Parameters
pElements [in]

pElements is a parameter of type IElementCollection* zorder [in]
zorder is a parameter of type long

Product Availability

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

See Also

IFDOGraphicsLayer2 Interface