Click or drag to resize

GraphVizGenerator Constructor (String, String)

Creates a new GraphVizGenerator.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphVizGenerator(
	string format,
	string gvdir
)

Parameters

format
Type: SystemString
Format for the Output.
gvdir
Type: SystemString
Directory in which GraphViz is installed.
See Also