Jump to content

API Tree.GetCopy

From Flowcode Help
Revision as of 11:55, 16 January 2023 by Wiki bot (talk | contribs)
GetCopy
Creates a copy of the handle and returns the copy 
- HANDLE Object
The object to create a copy of 
- HANDLE Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type HANDLE
  • Add to a calculation icon:
    result = ::Tree.GetCopy(object)