Workspace Project
Description
A set of APIs to access the application's workspace and projects open in the application.
APIs belonging to the area
| Name | Description |
|---|---|
| IWorkspace | Provides access to the application's workspace information. |
| IProject | Provides access to project information. |
| ProjectExtensions | An extension class of IProject. |
| IModelUnit | Access object for model unit information. |
| IProjectUnitManager | Physical file configuration management object for projects. |
| IWorkspaceState | Workspace state management object. |
| BeforeProjectCloseEventArgs | Event parameters notifying that a project is about to be closed on the workspace |
| DisplayModeChangedEventArgs | Event parameters for display mode state change |
| IDisplayMode | Various setting information related to display in the workspace |
| ProjectOpenedEventArgs | Event parameters notifying that a project has been opened on the workspace |
| WorkspaceStateChangedEventArgs | Workspace state change event parameters |