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