Share

FabricationConfiguration.GetItemFolders Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IList<FabricationItemFolder> GetItemFolders()

Return Value

IList<FabricationItemFolder>
Returns a list of fabrication item folders in the fabrication item folder structure.

Exceptions

ExceptionCondition
InvalidOperationException The current fabrication configuration is not connected and updated to source configuration. Reload and try again.

Remarks

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

See Also

Reference

Was this information helpful?