IProjectUnitManager interface
Namespace: NextDesign.Core
Description
A physical file configuration management object for a project.
Affiliation area
Name | Description |
---|---|
Workspace project | A set of APIs to access the workspace of the application and the projects opened in the application. |
Property
Name | Description |
---|---|
ModelUnits | Model unit information managed by this project. Returns an empty collection if there are no administrative units for the project. Project units not included. |
ProjectUnit | Unit (physical file) information for this project. Returns null if the project has not been saved. |
Method
Name | Description |
---|---|
AddExternalUnits | Registers the specified file as a model unit. |
ExportModelUnit | Exports the specified model unit at the specified file path. |
ExportModelUnits | Exports all specified model units to the specified folder path. The file name of the export destination will be the same as the original unit file name. |
ImportModelUnits | Imports the specified file as model units. |
SplitModelUnit | Splits the given model into unit files with the given names. |
SplitModelUnits | Splits all specified models into unit files. For the file name of the divided unit file, the unique file name is automatically determined using the model name. |
UnifyModelUnit | Unifies the specified unit into the parent unit. The parent unit of the integration destination will be the unit that stores the parent element in the model structure for the base element of the specified unit. |
UnifyModelUnits | Unifies all specified units into the parent unit. |