"removePolyLineGradient"

Removes polyline gradient.

Synopsis

bool removePolyLineGradient(string strLayer, string strField, string strName);

Parameters

Parameter Description
strLayer The name of the layer whose polyline gradient should be removed.
strField The name of the layer field.
strName Name of the polyline whose gradient pattern should be removed.

Description

Removes polyline gradient.

Example

Removes the polyline gradient of the polyline called Helsinki.

main()
{
  bool PolRad;
  DebugN("Could the polyline gradient be removed: ",PolRad = GisViewer_ewo1.removePolyLineGradient("EWO","NAME", "Helsinki")); 
}

Assignment

GIS Viewer