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


IParcelEditManager.Editing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelEditManager Interface > IParcelEditManager.Editing Property
ArcGIS Developer Help

IParcelEditManager.Editing Property

Indicates whether parcel(s) are being edited in parcel construction/edit data frame.

[Visual Basic .NET]
Public ReadOnly Property Editing As Boolean
[C#]
public bool Editing {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use Get_Editing to return the status of an edit session

See Also

IParcelEditManager Interface