Select to view content in your preferred language

Accessing the xy values when i move points

830
1
08-13-2011 09:38 AM
jameljoseph
Emerging Contributor
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
Tags (2)
0 Kudos
1 Reply
JoeBorgione
MVP Emeritus
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.
That should just about do it....
0 Kudos