What are the codes (VBA) for starting an editing session, saving edits, and stopping an editing session? I am new to VBA/ArcObjects, and had an extremely hard time to find useful sources.
First of all do you have the VBA developer help installed? If you are going to do any coding in VBA this is essential as you can search this or highlight an ArcObjects interface in the VBA editor and press F1 to find out all about it.
You'll need the installation DVD to install it.
Once you got that going just type IEditor you will see a method called StartEditing and all the others you need. Most Interfaces come with example code and you can see exactly how to start and stop editing in VBA.
What are the codes (VBA) for starting an editing session, saving edits, and stopping an editing session? I am new to VBA/ArcObjects, and had an extremely hard time to find useful sources.