Click or drag to resize

GraphVizWriterSaveInternal Method

Saves a Graph into GraphViz DOT Format.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void SaveInternal(
	IGraph g,
	TextWriter output
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
output
Type: System.IOTextWriter
Stream to save to.
See Also