Fill_poly_style.qry

  Download

More scripts: Style By Script

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
if ( POLYSTATS.Area > 200000) then
		begin
			DrawBorder = 0
			FillInside = 1
			FillColor$ = "yellow"
		end
else
	begin
		DrawBorder = 0
		UseStyle = 1
		Style$ = "WATER"
		FillColor$ = "cyan"
	end