Click or drag to resize

GraphVizWriter.Save Method (IGraph, String)

Saves a Graph into GraphViz DOT Format.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Save(
	IGraph g,
	string filename
)

Parameters

g
Type: VDS.RDF.IGraph
Graph to save.
filename
Type: System.String
File to save to.

Implements

IRdfWriter.Save(IGraph, String)
See Also