IWorkspace.CloseProject method
Namespace: NextDesign.Desktop
Description
Close the specified project.
If no project is specified, the current project currently open in the application will be closed.
This call discards changes and closes the project without warning if the target project has not been saved.
argument
Name | Type | Description |
---|---|---|
project | IProject | Project If null is specified, closes the current project currently open in the application. (does nothing if there is no current project) |
Return value
- void