This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.Merge Method (ArcObjects .NET 10.4 SDK) |
Merges the Features together, returning the newly created Feature.
[Visual Basic .NET] Public Function Merge ( _ ByVal mergingFeatures As IEnumFeature _ ) As IEnumFeature
[C#] public IEnumFeature Merge ( IEnumFeature mergingFeatures );
[C++]
HRESULT Merge(
IEnumFeature* mergingFeatures,
IEnumFeature** newFeatures
);
[C++]
Parameters mergingFeatures [in]
mergingFeatures is a parameter of type IEnumFeature newFeatures [out, retval]
newFeatures is a parameter of type IEnumFeature
The Merge method is not currently implemented.