OnChangeFeature event and Attributes Changed

565
2
12-13-2013 03:34 AM
JordanParfitt
Occasional Contributor
I am using the OnChangeFeature event to capture edits. I need to know which attribute fields changed. Is there a way to do this?

I've looked at IFeatureChanges but it seems like it only gives you the old geometry and the new geometry. I don't care about geometry in this instance I need to know which fields the user changed.

Thanks,
Jordan
0 Kudos
2 Replies
DuncanHornby
MVP Notable Contributor
Have a look at this help page, this may answer your question?
0 Kudos
JimRaynor
New Contributor
Same issue here.
I suppose the question is about the python addin extension class. the help onChangeFeature(self) method has no reference to the edited feature.
How can we access the edited feature?
0 Kudos