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


ITopologyGraph4.MergeSelectedEdges Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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