Click or drag to resize

IProjectServiceCloseProject Method

Closes a project. If the project is dirty, and forceClose is false, the user is asked to save the project.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool CloseProject(
	bool forceClose
)

Parameters

forceClose  Boolean
If false and the project is dirty, the user will be asked whether he really wants to close the project. If true, the project is closed without user interaction.

Return Value

Boolean
True if the project was closed; false otherwise.
See Also