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


ICadastralEditor.StopEditingFabric Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

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