getLineWidth()
The function returns the width of a line of the Maps EWO.
Synopsis
int getLineWidth(int lineId, int layerId = 1)
Parameter
Parameter | Description |
---|---|
lineId | line number |
layerId | layer number of line. Default: 1 |
Description
This function is used to get the stroke width for a specified line of the Maps EWO.
Assignment
See also
addLine(), addPointToLine(), centerOnLine(), getLineColor(), getLinePoints(), getLines(), getLineType(), lineExists(), removeLine(), setLineColor(), setLineType(), setLineWidth()