Hi,
I'm maintaining an ArcSDE feature class which stores polygons with areas (in hectares). the area is stored in a Double field with precision 10 and scale 2. To calculate the area, I just used the Calculate Geometry function.
I noticed an error when it comes to the rounding of decimal value. Eg. If the value calculated is 123.66975, the field will completely disregard the third decimal value and simply store 123.66. Did anybody else have this problem? I tried Double and Float, both produced the same result. But I didn't notice the problem when working with shapefiles. any help please?
Thanks.