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