RemoveNode
ISmartArtNodeCollection.RemoveNode method (1 of 2)
Remove node or sub node by index.
public void RemoveNode(int index)
Parameter |
Type |
Description |
index |
Int32 |
Zero-based index of node |
Exceptions
exception |
condition |
ArgumentOutOfRangeException |
index is less than 0. -or- index is equal to or greater than siblings count. |
See Also
ISmartArtNodeCollection.RemoveNode method (2 of 2)
Remove node or sub node.
public void RemoveNode(ISmartArtNode nodeObj)
Parameter |
Type |
Description |
nodeObj |
ISmartArtNode |
Node to remove. |
See Also