ArcObjects Library Reference (GeoDatabase)  

ITopologyGraph.DeleteEdge Method

Deletes the specified edge from its containing topology graph.

[Visual Basic .NET]
Public Sub DeleteEdge ( _
    ByVal Edge As ITopologyEdge _
)
[C#]
public void DeleteEdge (
    ITopologyEdge Edge
);
[C++]
HRESULT DeleteEdge(
  ITopologyEdge* Edge
);
[C++]

Parameters

Edge

  Edge is a parameter of type ITopologyEdge

Product Availability

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

See Also

ITopologyGraph Interface