addNodeByPosition
addNodeByPosition(int position) function
Add new node in the selected position of nodes collection
Parameters
Name | Type | Description |
---|---|---|
position | int | Zero-base node position |
Result
Error
Error | Condition |
---|---|
ArgumentOutOfRangeException | position is less than 0 |