Node::CloneNode
Defined in:
Clones a node hierarchy.
C4Node.h
Prototype
Node *CloneNode(void) const;
Description
The CloneNode
function duplicates a node hierarchy rooted at the node for which this function is called and returns the root of the duplicate node tree. The objects referenced by the nodes in the tree are not duplicated, but are referenced by the duplicate nodes.