Click or drag to resize

IGraphAddNode Method (INode)

Adds an existing INode object to the graph. The node must not be part of any graph, yet! The node may not be connected to any other elements!

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void AddNode(
	INode node
)

Parameters

node
Type: de.unika.ipd.grGen.libGrINode
The node to be added.
See Also