Multi_CompFields_Count.qry

  Download

More scripts: Computed Field

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
# Computed field for polygons. Returns the number of polygons associated with the current record in the CLASS table.
b = SetNum(POLYSTATS[*].Area);
return b;