Revit 2025.3 API
Fabrication |
Gets a list of fabrication item folders in the fabrication item folder structure.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<FabricationItemFolder> GetItemFolders()
Public Function GetItemFolders As IList(Of FabricationItemFolder)
public: IList<FabricationItemFolder^>^ GetItemFolders()
member GetItemFolders : unit -> IList<FabricationItemFolder>
Return Value
IListFabricationItemFolderReturns a list of fabrication item folders in the fabrication item folder structure.

Exception | Condition |
---|---|
InvalidOperationException | The current fabrication configuration is not connected and updated to source configuration. Reload and try again. |

To get the item folders, you may need to call
ReloadConfiguration first.
See Also