Click or drag to resize

GraphHelperAddCopyOfNode Method

creates a deep copy of the given node and adds it to the graph, returns it

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static INode AddCopyOfNode(
	Object node,
	IGraph graph
)

Parameters

node
Type: SystemObject
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: INode
See Also