Click or drag to resize

ZipFileProjectArchiveManagerBaseSave 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.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Save(
	SaveProjectAndWindowsStateDelegate saveProjectAndWindowsState
)

Parameters

saveProjectAndWindowsState  SaveProjectAndWindowsStateDelegate
State of the save project and windows.

Implements

IProjectArchiveManagerSave(SaveProjectAndWindowsStateDelegate)
Exceptions
ExceptionCondition
ObjectDisposedException
InvalidOperationExceptionSave is not possible because no file name was given up to now
See Also