Click or drag to resize

MSAGLClientAddSubgraphNode Method


Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.1
Syntax
C#
public void AddSubgraphNode(
	string name,
	string nrName,
	string nodeLabel
)

Parameters

name  String
 
nrName  String
 
nodeLabel  String
 

Implements

IBasicGraphViewerClientAddSubgraphNode(String, String, String)
See Also