Flexivert Library Documentation
UndirectedGraph Constructor (gf)
NamespacesFlexivertUndirectedGraphUndirectedGraph(IGraphFactory)
Initializes a new instance of the UndirectedGraph class
Declaration Syntax
C#Visual BasicVisual C++
public UndirectedGraph(
	IGraphFactory gf
)
Public Sub New ( _
	gf As IGraphFactory _
)
public:
UndirectedGraph(
	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)