"removeAllMarkings"

Deletes all markings which are set in the appropriate EWO.

Synopsis

shape.removeAllMarkings();

Description

Deletes all markings which are set in the appropriate EWO.

Example

In the following example, all markings of the "DialGauge_ewo3" widget are removed.

main()
{
  DialGauge_ewo3.removeAllMarkings();
}

Assignment

DialGauge EWO