Flexivert Library Documentation
Graph Constructor (g)
NamespacesFlexivertGraphGraph(IGraphFactory)
Initializes the graph using an instance of IGraphFactory.
Declaration Syntax
C#Visual BasicVisual C++
protected Graph(
	IGraphFactory g
)
Protected Sub New ( _
	g As IGraphFactory _
)
protected:
Graph(
	IGraphFactory^ g
)
Parameters
g (IGraphFactory)
An instance of IGRaphFactory to be used by this graph.

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