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


IMdModel.AddElements Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdModel.AddElements Method

Adds the collection of elements to the model.

[Visual Basic .NET]
Public Sub AddElements ( _
    ByVal Elements As IArray _
)
[C#]
public void AddElements (
    IArray Elements
);
[C++]
HRESULT AddElements(
  IArray* Elements
);
[C++]

Parameters Elements [in]
Elements is a parameter of type IArray

Product Availability

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

See Also

IMdModel Interface