Click or drag to resize

EdgeTypeRemoveEdge Method

Removing an edge from this edge type

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

Parameters

edge
Type: VelocityGraphEdge
an edge to remove
See Also