ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / SaveAs Method
The full path to the output TIN.
Specifies whether to overwrite a TIN if one already exists with the specified name.

In This Topic
    SaveAs Method (TinEditor)
    In This Topic
    Saves the TIN to disk using the specified name. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SaveAs( 
       string outputTinPath,
       bool overwrite
    )
    Public Sub SaveAs( _
       ByVal outputTinPath As String, _
       ByVal overwrite As Boolean _
    ) 

    Parameters

    outputTinPath
    The full path to the output TIN.
    overwrite
    Specifies whether to overwrite a TIN if one already exists with the specified name.
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
     
    The editor is not in edit mode.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also