FabricationConfigurationCanUnloadItemFiles Method

Checks if the fabrication item files are already in use and should not be unloaded.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool CanUnloadItemFiles(
	IList<FabricationItemFile> itemFiles
)

Parameters

itemFiles  IListFabricationItemFile
The fabrication item files to unload.

Return Value

Boolean
Returns true if the fabrication item files can be unloaded, false otherwise.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also