Flexivert Library Documentation
RemoveEdge Method (first, second)
NamespacesFlexivert.PluginsIGraphFactoryRemoveEdge(Vertex, Vertex)
Removes an edge from the graph memory map, identified by its two ends.
Declaration Syntax
C#Visual BasicVisual C++
void RemoveEdge(
	Vertex first,
	Vertex second
)
Sub RemoveEdge ( _
	first As Vertex, _
	second As Vertex _
)
void RemoveEdge(
	Vertex^ first, 
	Vertex^ second
)
Parameters
first (Vertex)
The origin of the edge
second (Vertex)
The destination of the edge

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