ArcObjects Library Reference (Controls)  

esriEngineEditState Constants

Editing state options.

Constant Value Description
esriEngineStateNotEditing 0 Not editing.
esriEngineStateEditing 1 Editing.
esriEngineStateEditingUnfocused 2 Editing, but the map is out of focus.

Product Availability

Available with ArcGIS Engine.

Remarks

If the map being edited (IEngineEditor::Map) is not the same as the map in focus (IHookHelper::FocusMap) then the esriEngineEditState will be esriEngineStateEditingUnfocused.

.NET Samples

Editing using a custom form (Code Files: EditorForm)

.NET Related Topics

Running a geoprocessing tool using background geoprocessing