IProjectServiceSaveProject(PathName) Method |
Saves the project under the given file name, using the standard archive format.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SaveProject(
PathName fileOrFolderName
)
Parameters
- fileOrFolderName PathName
- If the project should be saved into a file, is should be a FileName. If the project should be saved into a folder, use a DirectoryName instead.
See Also