Click or drag to resize

MSAGLClientRenameNode Method


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

Parameters

oldName  String
 
newName  String
 

Implements

IBasicGraphViewerClientRenameNode(String, String)
See Also