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