Click or drag to resize

GraphViewerShowGraph Method


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

Parameters

graph  INamedGraph
 
type  GraphViewerTypes
 
layout  String
 
host  IBasicGraphViewerClientHost
 
See Also