getPolygonLineWidth()
The function returns the line width of the outline of a polygon.
Synopsis
int getPolygonLineWidth(int polygonId, int layerId = 1)
Parameter
Parameter | Description |
---|---|
polygonId | Polygon number |
layerId | layer number of polygon. Default: 1 |
Description
This function is used to return the line width of the outline of a specified polygon.
Assignment
See also
addPolygon(), appendPolygonInnerBoundaries(), centerOnPolygon(), getPolygonColor(), getPolygonFillPattern(), getPolygonInnerBoundaries(), getPolygonLineType(), getPolygonOuterBoundaries(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()