ArcObjects Library Reference (Geoprocessing)  

IMdModel.MergeElements Method

Merges the given enumeration of model elements, commonly from another model, into the current model.

[Visual Basic .NET]
Public Sub MergeElements ( _
    ByVal pElements As IEnumMdElement _
)
[C#]
public void MergeElements (
    IEnumMdElement pElements
);
[C++]
HRESULT MergeElements(
  IEnumMdElement* pElements
);
[C++]

Parameters

pElements [in]

  pElements is a parameter of type IEnumMdElement

Product Availability

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

See Also

IMdModel Interface