Gets whether or not the fabrication part is a product list.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016 Subscription Release
Syntax
| C# |
|---|
public bool IsProductList() |
| Visual Basic |
|---|
Public Function IsProductList As Boolean |
| Visual C++ |
|---|
public: bool IsProductList() |
Return Value
Returns true if the fabrication part is a product list.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | the fabrication part is not a product list. |