Click or drag to resize

LGSPGraphAddNodeWithoutEvents Method

Adds an existing node to this graph. The graph may not already contain the node! The edge may not be connected to any other elements! Intended only for undo, clone, retyping and internal use!

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public void AddNodeWithoutEvents(
	LGSPNode node,
	int typeid
)

Parameters

node  LGSPNode
 
typeid  Int32
 
See Also