Creates a deep copy of the <Node>. This expression allocates memory, so ownership of the <Node> must be transferred to the Model ( or deleted ) in order to avoid memory leaks.
Node Clone( int32 p_bGenGuid )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | p_bGenGuid | If true, regenerates the <Node> object's GUID as part of the clone operation. |
None published. Please look for an example in the Simdify Scripting Language code base.