Click or drag to resize

GXLExportExport Method (IGraph, String)

Exports the given graph to a GXL file with the given filename. Any errors will be reported by exception.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public static void Export(
	IGraph graph,
	string exportFilename
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
The graph to export.
exportFilename
Type: SystemString
The filename for the exported file.
See Also