Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardiscript:enablevision [2018/04/19 05:54] optrix created |
ardiscript:enablevision [2018/04/26 02:59] (current) optrix [Parameters] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| Specifies the name or ARDI ID of the property you would like to make visible. Make sure to include the respective asset path up to that asset that includes the property. If using an asset ID, begin the target with the '#' character. | Specifies the name or ARDI ID of the property you would like to make visible. Make sure to include the respective asset path up to that asset that includes the property. If using an asset ID, begin the target with the '#' character. | ||
| + | ====See Also==== | ||
| + | [[disablevision]] [[refreshvision]] [[visionmode]] | ||
| ====Examples==== | ====Examples==== | ||
| Line 19: | Line 21: | ||
| </code> | </code> | ||
| - | > This function will find the property named **Property1** that is located on the asset named **SomeObject**. It will make | + | > This function will find the property named **Property1** that is located on the asset named **SomeObject**. It will make the property visible in vision modes. |