[This is preliminary documentation and is subject to change.]
Creates a new SimisTreeNode with a child replaced by another.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SimisTreeNode ReplaceChild( SimisTreeNode child, SimisTreeNode oldChild )
Public Function ReplaceChild ( _ child As SimisTreeNode, _ oldChild As SimisTreeNode _ ) As SimisTreeNode
public: SimisTreeNode^ ReplaceChild( SimisTreeNode^ child, SimisTreeNode^ oldChild )
Parameters
- child (SimisTreeNode)
- The new child to insert.
- oldChild (SimisTreeNode)
- The child to be replaced.
Return Value
The new SimisTreeNode.