 | 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 8.1
Syntaxpublic static string ShowGraphWithMSAGL(
DebuggerGraphProcessingEnvironment debuggerProcEnv,
bool extended,
string debugLayout,
string programName,
string arguments,
bool keep
)
Parameters
- debuggerProcEnv
- Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDebuggerGraphProcessingEnvironment
- extended
- Type: SystemBoolean
- debugLayout
- Type: SystemString
- programName
- Type: SystemString
- arguments
- Type: SystemString
- keep
- Type: SystemBoolean
Return Value
Type:
String
See Also