ArcObjects Library Reference (GeoDatabase)  

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,
  IEnumFeature** newFeatures
);
[C++]

Parameters

mergingFeatures [in]

  mergingFeatures is a parameter of type IEnumFeature

newFeatures [out, retval]

  newFeatures 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