Click or drag to resize

GraphViewerShowGraph Method

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void ShowGraph(
	INamedGraph graph,
	GraphViewerTypes type,
	string layout,
	IBasicGraphViewerClientHost host
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrINamedGraph
type
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerTypes
layout
Type: SystemString
host
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerIBasicGraphViewerClientHost
See Also