API Component.Property.CopyChildValues: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
==Detailed description== | ==Detailed description== | ||
| Line 34: | Line 34: | ||
===Calling in a calculation=== | ===Calling in a calculation=== | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Component.Property.CopyChildValues(source, dest, "property")</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">::Component.Property.CopyChildValues(source, dest, "property")</pre> | ||
Revision as of 11:54, 16 January 2023
Detailed description
Examples
Calling in a calculation
- Add to a calculation icon:
::Component.Property.CopyChildValues(source, dest, "property")