removeNode
removeNode(int index) function
Remove node or sub node by index
Parameters
Name | Type | Description |
---|---|---|
index | int | Zero-based index of node |
Error
Error | Condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than siblings count |
removeNode(SmartArtNode node) function
Remove node or sub node
Parameters
Name | Type | Description |
---|---|---|
node | SmartArtNode | Node to remove |