GetItemFolders Method


Gets a list of every fabrication item folder in the fabrication item folder structure.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2019

Syntax

C#
public IList<FabricationItemFolder> GetItemFolders()
Visual Basic
Public Function GetItemFolders As IList(Of FabricationItemFolder)
Visual C++
public:
IList<FabricationItemFolder^>^ GetItemFolders()

Return Value

Returns a list of every fabrication item folder in the fabrication item folder structure.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions InvalidOperationException The current fabrication configuration is not connected and updated to source configuration. Reload and try again.

See Also