Skip to main content

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

NameTypeDescription
unitsIEnumerable<IModelUnit>Enumerate units
exportFolderPathstringExport folder path

Return value

  • void

Exception

NameException classDescription
Invalid operationExtensionInvalidOperationExceptionIn 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