API Tree.GetCopy

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png GetCopy
Creates a copy of the handle and returns the copy 
Fc9-h32-icon.png - HANDLE Object
The object to create a copy of 
Fc9-h32-icon.png - 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)