GraphVizGeneratorGenerate 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
)
Public Sub Generate (
g As IGraph,
filename As String,
open As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to generated GraphViz Output for. - filename
- Type: SystemString
File you wish to save the Output to. - open
- Type: SystemBoolean
Whether you want to open the Output in the default application (according to OS settings) for the filetype after it is Created.
See Also