Multi_CompFields_AreaSum.qry

  Download

More scripts: Computed Field

Syntax Highlighing:

comments, key words, predefined symbols, class members & methods, functions & classes
            
# Computed field for polygons.  Adds area for all polygons associated with current record in CLASS table.
sum = 0
sum = SetSum(POLYSTATS[*].Area)
return sum