"resetShapeLineColor"
    
    Resets the shape line color to the default value.
Synopsis
void resetShapeLineColor(string strLayer, string strField, string
                strShape);
Parameter
| Parameter | Description | 
|---|---|
| strLayer | Layer of the shape | 
| strField | Shape field of the layer | 
| strShape | Name of the shape | 
Description
Resets the shape line color to the default value. The default color of the line is grey, {127,127,127}.
Example
Resets the RGB line color of the shape "MYRECT".
main()
{
  GisViewer_ewo1.resetShapeLineRGB("COUNTRY","NAME", "MYRECT");
}
        Assignment
GIS-Viewer