Gets whether or not the fabrication part is a product list.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsProductList()
Return Value
BooleanReturns true if the fabrication part is a product list.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | the fabrication part is not a product list. |