 | IGraphProcessingEnvironmentAddNode(INode, String) Method |
Adds an existing INode object to the current graph of this processing environment and assigns it to the given variable.
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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid AddNode(
INode node,
string varName
)
Parameters
- node INode
- The node to be added.
- varName String
- The name of the variable.
See Also