getPolygonFillPattern()
Returns the fill pattern for a specified polygon of the Maps EWO.
Synopsis
bool getPolygonFillPattern(int polygonId, string& fillPattern, int layerId = 1)
Parameter
Parameter | Description |
---|---|
polygonId | polygon number |
fillPattern | Fill-pattern string used for filling the polygon |
layerId | layer number of the polygon default: 1 |
Description
This function returns the fill pattern of a specified polygon of the Maps EWO. It returns false in case of an error, otherwise true.
Assignment
See also
addPolygon(), appendPolygonInnerBoundaries(), centerOnPolygon(), getPolygonColor(), getPolygonInnerBoundaries(), getPolygonLineType(), getPolygonLineWidth(), getPolygonOuterBoundaries(), getPolygons(), polygonExists(), removePolygon(), setPolygonColor(), setPolygonFillPattern(), setPolygonLineType(), setPolygonLineWidth(), setPolygonOuterBoundaries()