Initializes the graph using an instance of IGraphFactory.
Declaration Syntax
C# | Visual Basic | Visual 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.