Click or drag to resize

GraphViewerShowGraphWithMSAGL Method

Shows the graph with MSAGL (without dumping - but like the other static ShowGraph functions without registering to the graph update events, i.e. without live graph updating on changes). TODO: dump into a format supported by MSAGL and call an external MSAGL viewer app (supply one if none exists yet).

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public static string ShowGraphWithMSAGL(
	DebuggerGraphProcessingEnvironment debuggerProcEnv,
	string debugLayout,
	string programName,
	string arguments,
	bool keep
)

Parameters

debuggerProcEnv
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDebuggerGraphProcessingEnvironment
debugLayout
Type: SystemString
programName
Type: SystemString
arguments
Type: SystemString
keep
Type: SystemBoolean

Return Value

Type: String
See Also