UnPinProperty
Summary
This function allows you to remove a property that was pinned using the PinProperty function.
Parameters
Target
Type: Path Default: None
Specifies the name or ARDI ID of the property you would like to unpin. If using an asset ID, begin the target with the '#' character.
See Also
Examples
<unpinproperty Target="Machine/*Pump.Pressure" />
This code will search for the property named Pressure which is contained by the asset named Pump, a child of the asset Machine. It will then unpin the property if it is pinned.