SetProperty
Summary
Set a property to a specific value. The specified property can be any property on an asset in the 3D world.
Parameters
Target
Type: Path Default: None
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
Type: Float Default: None
Sets the Target property to the specified amount.
Examples
<setproperty target="/Roof Support #1/Relay Bar.AFC Extension" amount="150" />
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.