Parameter | Description |
---|---|
bRecurse | If True, copy child nodes |
If successful, the method will return an object handle to the newly created cloned node. If a zero is returned, the operation failed.
Function CloneNode integer bRecurse Returns Handle
Call: | Get CloneNode bRecurse to HandleVariable |
CloneNode creates a clone of the passed node. If bRecurse is true, the node and all its descendents will be cloned (a deep clone), if bRecurse if false, only the node will be cloned (a shallow clone).