Flexivert Library Documentation
RemoveEdge Method (f, s)
NamespacesFlexivertGraphRemoveEdge(Vertex, Vertex)
Removes an edge from the graph, identified by its two ends.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void RemoveEdge(
	Vertex f,
	Vertex s
)
Public MustOverride Sub RemoveEdge ( _
	f As Vertex, _
	s As Vertex _
)
public:
virtual void RemoveEdge(
	Vertex^ f, 
	Vertex^ s
) abstract
Parameters
f (Vertex)
The origin of the edge.
s (Vertex)
The destination of the edge.

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)