Flexivert Library Documentation
GetEdge Method (first, second)
NamespacesFlexivert.PluginsIGraphFactoryGetEdge(Vertex, Vertex)
Retrieves a specific edge from the graph memory map, by its two ends.
Declaration Syntax
C#Visual BasicVisual C++
Edge GetEdge(
	Vertex first,
	Vertex second
)
Function GetEdge ( _
	first As Vertex, _
	second As Vertex _
) As Edge
Edge^ GetEdge(
	Vertex^ first, 
	Vertex^ second
)
Parameters
first (Vertex)
The origin of the edge
second (Vertex)
The destination of the edge
Return Value

[Missing <returns> documentation for M:Flexivert.Plugins.IGraphFactory.GetEdge(Flexivert.Vertex,Flexivert.Vertex)]

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