PinClear

Summary

This function allows you to clear all pinned properties from view. Properties can be pinned using the PinProperty function or unpinned individually using the UnPinProperty function.

Parameters

There are no parameters for this function.

See Also

Examples

<pinproperty Target="Machine.GearBox"/>
<pinproperty Target="Machine.Power"/>
<pinproperty Target="Machine.Pressure"/>

<pause Time="3"/>

<pinclear />
This code will search for an asset named Machine and pin the 3 properties it contains named GearBox, Power, and Pressure. It will then pause for 3 seconds before clearing all pins removing them from view.