ArcObjects Library Reference  (Carto)    

IFDOGraphicsLayer.DoAddElements Method

Adds a batch of elements to a graphics layer.

[Visual Basic 6.0]
Sub DoAddElements(
    ByVal pElements As IElementCollection, _
    ByVal zorder As Long _
)
[Visual Basic .NET]
Public Sub DoAddElements ( _
    ByVal pElements As IElementCollection, _
    ByVal zorder As Integer _
)
[C#]
public void DoAddElements (
    IElementCollection pElements,
    int zorder
);
[Java]
public void doAddElements (
    IElementCollection pElements,
    int zorder
)
throws
    IOException,
    AutomationException
[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

IFDOGraphicsLayer Interface

 


Feedback Send feedback on this page