Is there a way to programmatically start an edit session on a feature layer in ArcMap and have the Start Editing warnings/errors dialog be displayed if there are any issues?
IEditor.StartEditing() does not display the dialog.
ICommandItem.Execute() for the "esriEditor.StartEditingCommand" works - but it also requires my user to select the layer/workspace they want to operate on.
I'm really trying to replicate the behavior of the Edit Features -> Start Editing context menu item for a feature layer in the ArcMap TOC.
Any ideas?
IEditor.StartEditing() does not display the dialog.
ICommandItem.Execute() for the "esriEditor.StartEditingCommand" works - but it also requires my user to select the layer/workspace they want to operate on.
I'm really trying to replicate the behavior of the Edit Features -> Start Editing context menu item for a feature layer in the ArcMap TOC.
Any ideas?