Tagged Questions
1
vote
2answers
203 views
IFeature.Store seems to bypass edit sessions and cannot be rolled back. Why?
I'm working with ArcObjects edit sessions for the first time and am having some trouble with it. The C# code I am about to discuss is part of an ArcMap 9.3 extension DLL.
My problem is that calls to ...
1
vote
1answer
39 views
On which TextBox event should I call ICompletionNotify.SetComplete?
I have a IToolControl derived control which contains a c# TextBox.
In the IToolControl::OnSetFocus function documentation, it states that you need to call ICompletionNotify::SetComplete() when it's ...
