ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / SaveEdits Method

In This Topic
    SaveEdits Method
    In This Topic
    Saves edits to disk. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SaveEdits()
    Public Sub SaveEdits() 
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
    The editor is not in edit mode.
    Remarks
    This method will persist all edits back to the current TIN. The editor remains in edit mode. If you want to preserve the original TIN, you can either make a copy of the TIN folder or save edits to a copy by using SaveAs. If you use the SaveAs method, then the tin editor will be pointed at the new TIN.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also