Checks if the fabrication item files are already in use and should not be unloaded.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanUnloadItemFiles(
IList<FabricationItemFile> itemFiles
)
Parameters
- itemFiles IList<FabricationItemFile>
-
The fabrication item files to unload.
Return Value
Boolean
Returns true if the fabrication item files can be unloaded, false otherwise.
Exceptions
See Also
Reference