workspace project
Description
A set of APIs to access the application's work area and the projects open in the application.
API belonging to area
| Name | Description |
|---|---|
| IWorkspace | Provides access to the application's workspace information. |
| IProject | Provides access to project information. |
| ProjectExtensions | IProject extension class. |
| IModelUnit | Access object for model unit information. |
| IProjectUnitManager | The physical file configuration management object for the project. |
| IWorkspaceState | The workspace state management object. |
| BeforeProjectCloseEventArgs | Event parameters to notify on the workspace that the project is about to be closed |
| DisplayModeChangedEventArgs | Display mode state change event parameters |
| IDisplayMode | Various setting information related to display in the workspace |
| ProjectOpenedEventArgs | Event parameter to notify that the project was opened on the workspace |
| WorkspaceStateChangedEventArgs | Workspace State Changed Event Parameters |