getLayerName()

The function returns the name of a specified layer of the Maps EWO.

Synopsis

bool getLayerName(int layerId, string &layerName)

Parameter

Parameter Description
layerId layer number
layerName Name of the layer

Description

This function is used to get the layer name for a specified layer of the Maps EWO. It returns false in case of an error, otherwise true.

Assignment

Maps Widget

See also

addEmptyLayer(), clearLayer(), getLayerClickEnabled(), getLayerFromName(), getLayers(), hideLayer(), isLayerVisible(), layerExists(), moveLayerToTop(), removeLayer(), setLayerClickEnabled(), setLayerVisibleRange(), showLayer()