Revit 2025.3 API
Fabrication |
Returns all the used fabrication item files. A fabrication item file is used if any fabrication parts in the model were created from it.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<FabricationItemFile> GetAllUsedItemFiles()
Public Function GetAllUsedItemFiles As IList(Of FabricationItemFile)
public: IList<FabricationItemFile^>^ GetAllUsedItemFiles()
member GetAllUsedItemFiles : unit -> IList<FabricationItemFile>
Return Value
IListFabricationItemFileAll the used fabrication item files.
See Also