How to check whether a feature is changed on attribute or changed on shape?

509
2
Jump to solution
07-13-2012 02:23 PM
SuiHuang
Occasional Contributor II
Hi Everybody:

    I am working on an ArcMap 10 extension and I am tryting to do some automatically attribute manipulation when the shape of the feature is changed. I found that if I just implement the IEditEvents_Event.OnChangeFeature event then I will need to check whether the shape is changed or just the attribute. How can I do that?
    Thank you!
0 Kudos
1 Solution

Accepted Solutions
SuiHuang
Occasional Contributor II
Hi Everybody:

    I found that IFeatureChanges will work for me.
    Is there any better way? Is there any limitation for this way?
    Cheers!

View solution in original post

0 Kudos
2 Replies
SuiHuang
Occasional Contributor II
Hi Everybody:

    I found that IFeatureChanges will work for me.
    Is there any better way? Is there any limitation for this way?
    Cheers!
0 Kudos
JordanParfitt
Occasional Contributor
I can't find where to tell which attributes changed. I get the new values but can I get any old values other than the geometry?

Thanks,
J
0 Kudos