GraphVizGenerator Constructor (String) |
Creates a new GraphVizGenerator.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GraphVizGenerator(
string format
)
Public Sub New (
format As String
)
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