Click or drag to resize

GRSExportExportSingleGraph Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool ExportSingleGraph(
	MainGraphExportContext mainGraphContext,
	GraphExportContext context,
	StreamWriter sw
)

Parameters

mainGraphContext
Type: de.unika.ipd.grGen.libGrMainGraphExportContext
context
Type: de.unika.ipd.grGen.libGrGraphExportContext
sw
Type: System.IOStreamWriter

Return Value

Type: Boolean
See Also