Flexivert Library Documentation
AddEdge Method (e)
NamespacesFlexivertDirectedGraphAddEdge(Edge)
Adds an edge to the graph.
Declaration Syntax
C#Visual BasicVisual C++
public override void AddEdge(
	Edge e
)
Public Overrides Sub AddEdge ( _
	e As Edge _
)
public:
virtual void AddEdge(
	Edge^ e
) override
Parameters
e (Edge)
The edge to be added
Remarks
The two ends of the edge should also be in this graph.

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