This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditState Property (ArcObjects .NET 10.5 SDK) |
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
The EditState property communicates the current edit state of the EngineEditor. The esriEngineEditState constants provide the valid edit states.