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


IParcelEditManager.StopParcelEdit Method (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.StopParcelEdit Method
ArcGIS Developer Help

IParcelEditManager.StopParcelEdit Method

Stop Editing a parcel(s).

[Visual Basic .NET]
Public Sub StopParcelEdit ( _
    ByVal Save As Boolean _
)
[C#]
public void StopParcelEdit (
    bool Save
);

Product Availability

Available with ArcGIS Desktop.

Description

Stop editing parcels in the Job

See Also

IParcelEditManager Interface