IProjectServiceCloseProject Method |
Closes a project. If the project is dirty, and forceClose is false, the user is asked to save the project.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the project was closed; false otherwise.
See Also