Click or drag to resize

GraphRemoveEdge Method

Remove the provided edge from the graph.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void RemoveEdge(
	IEdge edge
)

Parameters

edge
Type: IEdge
the edge to remove from the graph

Implements

IGraph.RemoveEdge(IEdge)
See Also