ArcObjects Library Reference (Controls)  

IEngineEditor.EditState Property

The EngineEditor's current edit state.

[Visual Basic .NET]
Public ReadOnly Property EditState As esriEngineEditState
[C#]
public esriEngineEditState EditState {get;}
[C++]
HRESULT get_EditState(
  esriEngineEditState* EditState
);
[C++]

Parameters

EditState [out, retval]

  EditState is a parameter of type esriEngineEditState

Product Availability

Available with ArcGIS Engine.

Description

The EditState property communicates the current edit state of the EngineEditor. The esriEngineEditState constants provide the valid edit states.

See Also

IEngineEditor Interface

.NET Samples

Editing using a custom form (Code Files: EditorForm)

.NET Related Topics

How to create an edit session