queries_p26.qry
Download
More scripts: Label By Script
Syntax Highlighing:
comments, key words, predefined symbols, class members & methods, functions & classes
# from page 26 of the Building and using Queries tutorial # limits the labels to polygons based on polygon area and shape if (POLYSTATS.Area > 50000 and POLYSTATS.CompactRatio < 1.5) print(CLASS.Class);