Click or drag to resize

IGraph.RemoveEdge Method

Remove the provided edge from the graph.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
void RemoveEdge(
	IEdge edge
)

Parameters

edge
Type: Frontenac.Blueprints.IEdge
the edge to remove from the graph
See Also