Dear all,
I would like to check with you, in Polygon feature class, how to set the XY values precision only two decimal places without rounding up. I have tried to set XYResolution to 0.01 to store only two decimal digits. But the value is rounded up and changed the position.
Is there any setting to create a polygon feature class by truncating two decimal places of original XY values?
Eg, X= 0.389 , Y= 2.467 to X = 0.38 , Y = 2.46
Thanks.