Select to view content in your preferred language

ArcObjects-Attribute Updations

477
1
12-27-2013 01:38 AM
ChandraSekarM
New Contributor
Hi,

I had develop attribute updation tool using C#.net in Arc Info.Now i need options to undo the changes.Whether it is Possible or not.
Kindly help me to solve it.
0 Kudos
1 Reply
SanajyJadhav
Deactivated User
You can try using IMxDocument.OperationStack .

The documentation says;

If your tool edits features and rows, you can use IEditor::StartOperation, and IEditor::StopOperation and the actions in between will be automatically added to the OperationStack as a single operation. Stopping an edit session clears the OperationStack.
0 Kudos