FabricationConfiguration.UnloadItemFiles
Description:
Unload the specified fabrication item files from the project.
Unload the specified fabrication item files from the project.
public void UnloadItemFiles(
IList<FabricationItemFile> itemFiles
)
-
IList<FabricationItemFile>itemFilesThe fabrication item files to unload.
-
Fabrication item files can not be unloaded if they are currently in use. -or- Some fabrication item files have not been loaded.
-
A non-optional argument was null
-
The current fabrication configuration is not connected and updated to source configuration. Reload and try again.