"setLayerLineColor"

Sets the layer line color.

Synopsis

void setLayerLineColor(string strLayer, string strColor);

Parameters

Parameter Description
strLayer Name of the layer
strColor The color to be set

Description

Sets the layer line color.

Example

Sets the layer line color "Green" for the layer "rivers".

main()
{
  GisViewer_ewo1.setLayerLineColor("rivers", "Green");
}

Assignment

GIS Viewer