Skip to main content

IWorkspace.CloseProject method

Namespace: NextDesign.Desktop

Description

Closes the specified project. If no project is specified, the current project currently open in the application will be closed.

This call discards the changes and closes the project without warning, even if the target project has not been saved.

argument

NameTypeDescription
projectIProjectProject

If null is specified, the current application currently open will be closed.
(Nothing happens if there is no current project)

Return value

  • void