ProjectServiceBaseLoadProjectFromFileOrFolder Method |
Opens a Altaxo project from a project file (without asking the user). The old project is closed without asking the user.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void LoadProjectFromFileOrFolder(
PathName filename,
bool showUserInteraction = true
)
Parameters
- filename PathName
- The file or folder name from which to load the project.
- showUserInteraction Boolean (Optional)
- If true, and the file is read-only, a dialog box is asking the user whether to open the file in read-only mode.
If false, and the file is read-only, the file will be opened in read-only-mode.
See Also