This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.MergeElements Method (ArcObjects .NET 10.4 SDK) |
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