Click or drag to resize

EdgeTypeRemoveEdge Method

Removing an edge from this edge type

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

Parameters

edge
Type: VelocityGraphEdge
an edge to remove
See Also