Parameter | Description |
---|---|
hoNode | the object node that needs to be appended |
If the operation is successful, the method will return the object handle that was passed, which now represents the appended node. If zero is returned, the operation failed and the old node remains unchanged.
Function AppendNode handle hoNode Returns Handle
Call: | Get AppendNode hoNode to HandleVariable |
AppendNode appends a node to the end of list. The object node that needs to be appended is passed as hoNode. The object receiving this message will become the parent node for the node.