Difference between revisions of "API Tree.GetCopy"
From Flowcode Help
Jump to navigationJump to searchLine 18: | Line 18: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 25: | Line 25: | ||
* Declare a variable 'result' of type HANDLE | * Declare a variable 'result' of type HANDLE | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::Tree.GetCopy(object)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Tree.GetCopy(object)</pre> | ||
− | |||
− |