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)

Parameters

  • filePath
    Type: String
    Full absolute path of the project file.
  • overwrite
    Type: Boolean
    Optional - Overwrite an existing project file located at filePath if one exists. The default is False.