moveLayerToTop()
The function moves a layer of the Maps EWO to the top in the hierarchy.
Synopsis
bool moveLayerToTop(int layerId)
Parameter
Parameter | Description |
---|---|
layerId | layer number |
Description
This function is used to set a layer to the top in the layer hierarchy of the Maps EWO. It returns false in case of an error, otherwise true.
Assignment
See also
addEmptyLayer(), clearLayer(), getLayerClickEnabled(), getLayerFromName(), getLayerName(), getLayers(), hideLayer(), isLayerVisible(), layerExists(), removeLayer(), setLayerClickEnabled(), setLayerVisibleRange(), showLayer()