Click or drag to resize

GraphVizGenerator Constructor (String)

Creates a new GraphVizGenerator.

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

Parameters

format
Type: SystemString
Format for the Output (svg is default).
Remarks
Only use this form if you're certain that dot.exe is in your PATH otherwise the code will throw an error.
See Also