"selectColor"

Defines the color for the selection window (hold down the left mouse button and draw a rectangle).

Synopsis

void selectColor(string color);

Parameter

Parameter Description
color Color

Description

Defines the color for the selection window (hold down the left mouse button and draw a rectangle).

Example

main()
{
  GisViewer_ewo1.selectColor("red");
}

Assignment

GIS-Viewer