 | GXLExportExport Method (IGraph, TextWriter) |
Exports the given graph in GXL format to the given text writer output stream.
Any errors will be reported by exception.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxpublic static void Export(
IGraph graph,
TextWriter streamWriter
)
Parameters
- graph
- Type: de.unika.ipd.grGen.libGrIGraph
The graph to export. - streamWriter
- Type: System.IOTextWriter
The stream writer to export to.
See Also