Click or drag to resize

ProjectServiceBaseCloseProject Method

Closes the current project and creates a new empty one.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual bool CloseProject(
	bool forceClose
)

Parameters

forceClose  Boolean
to close without asking to save; otherwise, .

Return Value

Boolean
if the project was closed; otherwise, .

Implements

IProjectServiceCloseProject(Boolean)
See Also