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


IMdModel.AddElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.AddElements Method
ArcGIS Developer Help

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