add_node_by_position method

add_node_by_position

Add new node in the selected position of nodes collection.

Returns

Added node

def add_node_by_position(self, position):
    ...
ParameterTypeDescription
positionintZero-base node position.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentOutOfRangeException))position is less than 0.

See Also