Revit 2025 API
Fabrication |
Checks if the fabrication item files have been loaded.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool AreItemFilesLoaded( IList<FabricationItemFile> itemFiles )
Public Function AreItemFilesLoaded ( itemFiles As IList(Of FabricationItemFile) ) As Boolean
public: bool AreItemFilesLoaded( IList<FabricationItemFile^>^ itemFiles )
member AreItemFilesLoaded : itemFiles : IList<FabricationItemFile> -> bool
Parameters
- itemFiles IListFabricationItemFile
- The fabrication item files.
Return Value
BooleanReturns true if the fabrication item files have been loaded, false otherwise.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also