GraphVizGenerator Constructor (String) |
Creates a new GraphVizGenerator.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic GraphVizGenerator(
string format
)
Public Sub New (
format As String
)
Parameters
- format
- Type: System.String
Format for the Output (svg is default).
RemarksOnly use this form if you're certain that dot.exe is in your PATH otherwise the code will throw an error.
See Also