"showCasing"
Defines whether the casing of the EWO shall be visible or not.
Synopsis
shape.showCasing(bool);
Parameters
Parameter | Description |
---|---|
bool | Defines the visibility of the casing. TRUE = visible or FALSE = invisible. |
Description
Defines whether the casing of the EWO shall be visible or not.
Example
In the following example the casing of the EWO is turned off.
main()
{
this.showCasing(FALSE);
}
Assignment
DialGauge EWO