IProjectUnitManager.ExportModelUnits Method
Namespace: NextDesign.Core
Description
Exports all specified model units to the specified folder path.
The export file name will be the same as the original unit file name.
Arguments
Name | Type | Description |
---|---|---|
units | IEnumerable<IModelUnit> | Enumeration of units |
exportFolderPath | string | Export destination folder path |
Return value
- void
Exceptions
Name | Exception class | Description |
---|---|---|
Invalid operation | ExtensionInvalidOperationException | In case of invalid operation request - The specified unit is not under project management - The project has never been saved - The specified unit has not been loaded |