Initializes a new instance of the UndirectedGraph class
Declaration Syntax
C# | Visual Basic | Visual 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