Click or drag to resize

IGraphProcessingEnvironmentAddNode Method

Overload List
  NameDescription
Public methodAddNode(INode, String)
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!
Public methodAddNode(NodeType, String)
Adds a new node to the current graph of this processing environment and assigns it to the given variable.
Public methodAddNode(INode, String, String)
Adds an existing node to the graph, names it, and assigns it to the given variable.
Public methodAddNode(NodeType, String, String)
Adds a new named node to the graph and assigns it to the given variable.
Top
See Also