Click or drag to resize

GraphHelperExport Method

Exports the graph to the file specified by its path.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static void Export(
	Object path,
	IGraph graph
)

Parameters

path  Object
 
graph  IGraph
 
See Also