Void Project.SaveAs(String filePath, Boolean overwrite)
For Mechanical opened independently, without Workbench. Save current Mechanical project to given filePath.
Examples
The following command saves the project to filePath with overwrite enabled
DataModel.Project.SaveAs(r"C:\project.mechdb", True)