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.1
Syntax
C#
public static string ShowGraphWithMSAGL(
	DebuggerGraphProcessingEnvironment debuggerProcEnv,
	string debugLayout,
	string programName,
	string arguments,
	bool keep
)

Parameters

debuggerProcEnv  DebuggerGraphProcessingEnvironment
 
debugLayout  String
 
programName  String
 
arguments  String
 
keep  Boolean
 

Return Value

String
See Also