Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ardiscript:setproperty [2018/04/16 05:08] optrix [Summary] |
ardiscript:setproperty [2018/04/24 05:17] (current) optrix [Parameters] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Default: None// | Default: None// | ||
| - | Specifies the name or ARDI ID of the asset you would like to view. If using an asset ID, begin the target with the '#' character. | + | Specifies the name or ARDI ID of the property you would like to modify. If using an asset ID, begin the target with the '#' character. |
| ===Amount=== | ===Amount=== | ||
| Line 19: | Line 19: | ||
| - | ====Parameters==== | ||
| ====Examples==== | ====Examples==== | ||
| + | |||
| + | <code> | ||
| + | <setproperty target="/Roof Support #1/Relay Bar.AFC Extension" amount="150" /> | ||
| + | </code> | ||
| + | |||
| + | > This will find the property called **AFC Extension** on the asset called **Relay Bar** which is a child asset to the asset **Roof Support #1**. It will then set that property to the //amount// equal to 150. | ||