Click or drag to resize

MSAGLClientChangeNode Method

Sets the node realizer of the given node. If realizer is null, the realizer for the type of the node is used.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebuggerWindowsForms (in graphViewerAndSequenceDebuggerWindowsForms.dll) Version: GrGen.NET 7.1
Syntax
C#
public void ChangeNode(
	string nodeName,
	string realizer
)

Parameters

nodeName  String
 
realizer  String
 

Implements

IBasicGraphViewerClientChangeNode(String, String)
See Also