removeLine()
The function deletes a line from the Maps EWO.
Synopsis
bool removeLine(int lineId, int layerId = 1)
Parameter
Parameter | Description |
---|---|
lineId | line number |
layerId | layer number of line. Default: 1 |
Description
This function removes a specified line from the Maps EWO. It returns false in case of an error.
Assignment
See also
addLine(), addPointToLine(), centerOnLine(), getLineColor(), getLinePoints(), getLines(), getLineType(), getLineWidth(), lineExists(), setLineColor(), setLineType(), setLineWidth()