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.