Click or drag to resize

MSAGLClientRenameNode Method

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

Parameters

oldName
Type: SystemString
newName
Type: SystemString

Implements

IBasicGraphViewerClientRenameNode(String, String)
See Also