Jump to content

API Tree.GetCopy

From Flowcode Help
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)