 | IBasicGraphViewerClientChangeNode 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:
graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntaxvoid ChangeNode(
string nodeName,
string realizer
)
Parameters
- nodeName
- Type: SystemString
- realizer
- Type: SystemString
See Also