Click or drag to resize

GraphVizGenerator.Generate Method

Generates GraphViz Output for the given Graph.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Generate(
	IGraph g,
	string filename,
	bool open
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to generated GraphViz Output for.
filename
Type: System.String
File you wish to save the Output to.
open
Type: System.Boolean
Whether you want to open the Output in the default application (according to OS settings) for the filetype after it is Created.
See Also