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


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

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