Parameter | Description |
---|---|
index | The zero-based index of the node to retrieve. |
INode The INode at the specified index.
Retrieves a node defined in the graph by its index.
Use this method to access a node based on its creation order in the graph. The index is zero-based and must be within range (see: NodeCount). The list includes: Your own NodesContextNodesIVariableNodesIConstantNodesISubgraphNodes It excludes BlockNodes, which are only accessible through their parent ContextNode.