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


IMdModel.MergeElements 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.MergeElements Method
ArcGIS Developer Help

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