Initializes the graph using an instance of IGraphFactory.

C# | Visual Basic | Visual C++ |
protected Graph( IGraphFactory g )
Protected Sub New ( _ g As IGraphFactory _ )
protected: Graph( IGraphFactory^ g )

- g (IGraphFactory)
- An instance of IGRaphFactory to be used by this graph.