Select to view content in your preferred language

How to Save Edits (REVISED)

503
1
05-14-2010 06:00 AM
BBulla
by
Regular Contributor
Hi,

In my code I change the attributes of a bunch of features.  I do an Editor.StopOperation at the end of all my changes.  When the user clicks 'Save Edits' on the editing toolbar, it doesn't prompt the user if they want to save their edits or not.  It just stops editing without saving anything.

What is going on??  The user must start an editing session before the tool my code runs with becomes enabled.

Any ideas??
0 Kudos
1 Reply
ScottDavis
Frequent Contributor
Are you calling IEditor:StartEditOperation before your edits?
0 Kudos