Select to view content in your preferred language

codes (VBA) for starting an editing session...

949
2
01-07-2011 12:44 PM
ducksunlimited
Deactivated User
Deal All,

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.

Thanks,

Chris
0 Kudos
2 Replies
DuncanHornby
MVP Notable Contributor
Chris,

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.

Duncan
0 Kudos
Venkata_RaoTammineni
Regular Contributor
Deal All,

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.

Thanks,

Chris


use IWorkspaceEdit..
0 Kudos