FabricationConfiguration.UnloadItemFiles
Method
Description:
Unload the specified fabrication item files from the project.
Unload the specified fabrication item files from the project.
Parameters
| Parameter | Type | Description |
|---|---|---|
| itemFiles | IList | The fabrication item files to unload. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Fabrication item files can not be unloaded if they are currently in use. -or- Some fabrication item files have not been loaded. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The current fabrication configuration is not connected and updated to source configuration. Reload and try again. |