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


IGraph.Merge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGraph Interface > IGraph.Merge Method
ArcGIS Developer Help

IGraph.Merge Method

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
);
[C++]
Parameters
mergingFeatures [in]

mergingFeatures is a parameter of type IEnumFeature*

Product Availability

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

Remarks

The Merge method is not currently implemented.

See Also

IGraph Interface