IProjectArchiveManagerSave Method |
Saves the specified save project and windows state to the same file or folder that was used to open the project.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Save(
SaveProjectAndWindowsStateDelegate saveProjectAndWindowsState
)
Parameters
- saveProjectAndWindowsState SaveProjectAndWindowsStateDelegate
- State of the save project and windows.
See Also