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.2
Syntax
C#
public static void Export(
	Object path,
	IGraph graph
)

Parameters

path
Type: SystemObject
graph
Type: de.unika.ipd.grGen.libGrIGraph
See Also