hi dan. i think i know what the problem is. we're taking area (hectares) only to 2 decimal points, and when ArcGIS calculates the area, it takes the value to 2 decimal points without considering the value of the third decimal point; 2.1588 should be 2.16, but it returns 2.15. Please see the image below: -
[ATTACH=CONFIG]22823[/ATTACH]
"HECTARES" -> stores the area calculated in shape format using the Calculate Geometry function
"HA2" -> stores the area calculated in geodb format using the Calculate Geometry function
"HA3" -> stores the area calculated by dividing "SHAPE.STArea()" with 10000
is there any workaround for this? thanks.