Flexivert Library Documentation
DirectedGraph Constructor (gf)
NamespacesFlexivertDirectedGraphDirectedGraph(IGraphFactory)
Initializes a new instance of the DirectedGraph class
Declaration Syntax
C#Visual BasicVisual C++
public DirectedGraph(
	IGraphFactory gf
)
Public Sub New ( _
	gf As IGraphFactory _
)
public:
DirectedGraph(
	IGraphFactory^ gf
)
Parameters
gf (IGraphFactory)
The graph factory to be used by this instance

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