Skip to main content

IProjectUnitManager.AddExternalUnits Method

Namespace: NextDesign.Core

Description

Registers the specified file as a model unit.

Arguments

NameTypeDescription
unitFilePathsIEnumerable<string>Enumeration of absolute paths of unit files

Return value

  • void

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf the project save format and the extension of the specified unit file path do not match
Invalid operationExtensionInvalidOperationExceptionIf an invalid operation is requested
- The latest model file has not been loaded
- You do not have permission to edit the project
- The project has never been saved