Revit 2026 API
Fabrication |
Gets whether or not the fabrication part is a product list.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsProductList()
Public Function IsProductList As Boolean
public: bool IsProductList()
member IsProductList : unit -> bool
Return Value
BooleanReturns true if the fabrication part is a product list.
| Exception | Condition |
|---|---|
| InvalidOperationException | the fabrication part is not a product list. |
See Also