IProjectUnitManager.ExportModelUnits method
Namespace: NextDesign.Core
Description
Exports all specified model units to the specified folder path.
The export destination file name will be the same as the original unit file name.
argument
Name | Type | Description |
---|---|---|
units | IEnumerable<IModelUnit> | Enumerate units |
exportFolderPath | string | Export folder path |
Return value
- void
Exception
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 is loaded Not done |