Click or drag to resize

MSAGLClientMoveNode Method


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

Parameters

srcName  String
 
tgtName  String
 

Implements

IBasicGraphViewerClientMoveNode(String, String)
See Also