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


IMdModel.MergeElements Method (ArcObjects .NET 10.5 SDK)
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