Point_Symbols.qry

  Download

More scripts: Style By Script

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
XScale = 100
YScale= 100
DrawSymbol = 1
if (Point_ID.Current == 1)
Symbol$="circlevrrightrd"
else
if ((Point_ID.Current >= 1) and
(Point_ID.Current  <=  5))
Symbol$="circlevrrightrl"
else
if ((Point_ID.Current >= 6) and
(Point_ID.Current  <= 10))
Symbol$="circle2solidrd"
else
if (Point_ID.Current >= 11)
Symbol$="circle4yellow"