Skip to main content

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

NameTypeDescription
unitsIEnumerable<IModelUnit>Enumeration of units
exportFolderPathstringExport destination folder path

Return value

  • void

Exceptions

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 has not been loaded