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


ICadastralEditor.StopEditingFabric Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralEditor Interface > ICadastralEditor.StopEditingFabric Method
ArcGIS Developer Help

ICadastralEditor.StopEditingFabric Method

Saves the current packet to the current editing fabric.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The StopEditingFabric method saves any changes made to the Cadstral Fabric

Example:  A user creates a new Cadastral Job and chooses to Finish the job, the changes made are saved to the Cadastral Fabric and updated in the database. 

See Also

ICadastralEditor Interface