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


ITopologyGraph4.MergeSelectedEdges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph4 Interface > ITopologyGraph4.MergeSelectedEdges Method
ArcGIS Developer Help

ITopologyGraph4.MergeSelectedEdges Method

Merge a connected sequence of selected edges that has the same feature parent set.

[Visual Basic .NET]
Public Sub MergeSelectedEdges ( _
)
[C#]
public void MergeSelectedEdges (
);
[C++]
HRESULT MergeSelectedEdges(
void
);

Product Availability

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

See Also

ITopologyGraph4 Interface