"resetShapeFillColor"

Resets the shape fill color.

Synopsis

void resetShapeFillColor(stringstrLayer,stringstrField,stringstrShape);

Parameters

Parameter Description
strLayer The layer of the shape.
strField The shape field of the layer.
strShape The name of the shape whose fill color should be reset.

Description

Resets the shape fill color to the default color. The default color is grey, {127,127,127}.

Example

Resets the fill color of the shape "MYRECT".

main()
{
  GisViewer_ewo1.resetShapeFillColor("COUNTRY", "NAME", "MYRECT");
}

Assignment

GIS Viewer