Creates a new IGraph backend instance with the given graph model and name
| C# |
public IGraph CreateGraph( IGraphModel graphModel, string graphName, params string[] parameters )
- graphModel (IGraphModel)
- An IGraphModel instance
- graphName (String)
- Name of the graph
- parameters (array< String >[]()[])
- Backend specific parameters
The new IGraph backend instance