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