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
EdgeEdge is a parameter of type ITopologyEdge
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.