For Mechanical opened independently, without Workbench. Save current Mechanical project to given filePath.
Declaration Syntax
public virtual void SaveAs(string filePath, bool overwrite)
Parameters
- filePath(string)
Full absolute path of the project file.
- overwrite(bool)
Optional - Overwrite an existing project file located at filePath if one exists. The default is False.