getPolygonLineType()

Returns the line type of the border of a specified polygon of the Maps EWO.

Synopsis

bool getPolygonLineType(int polygonId, string& lineType, int layerId = 1)

Parameter

Parameter Description
polygonId Polygon number
lineType Line-type string used for drawing the border
layerId Layer number of the polygon default: 1

Description

This function is used to get the border style of a specified polygon of the Maps EWO. It returns false in case of an error, otherwise true.

Assignment

Maps Widget

See also

addPolygon(), appendPolygonInnerBoundaries(), centerOnPolygon(), getPolygonColor(), getPolygonFillPattern(), getPolygonInnerBoundaries(), getPolygonLineWidth(), getPolygonOuterBoundaries(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()