This document is archived and information here might be outdated.  Recommended version.


IEngineEditor.EditState Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor Interface > IEngineEditor.EditState Property
ArcGIS Developer Help

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