[This is preliminary documentation and is subject to change.]
Creates a new SimisTreeNode with an extra child inserted.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SimisTreeNode InsertChild( SimisTreeNode child, SimisTreeNode before )
Public Function InsertChild ( _ child As SimisTreeNode, _ before As SimisTreeNode _ ) As SimisTreeNode
public: SimisTreeNode^ InsertChild( SimisTreeNode^ child, SimisTreeNode^ before )
Parameters
- child (SimisTreeNode)
- The child to insert.
- before (SimisTreeNode)
- The existing child to insert before.
Return Value
The new SimisTreeNode.