I was wondering is there any way i can access the xy shift values when i move points spatially in editor?
I would like to access the xy values and if possible record them to a text file.
Thanks
If all you want is the old/new xy's, I suggest you add four fields: OrigX, OrigY, XCoord, YCoord. Type them as double. Before you make your edits, use calculate geometry for the OrigX, OrigY values. Then make your edits. When you are done, use the same calculate geometry approach for the new locations.