FabricationPartIsProductList Method

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()

Return Value

Boolean
Returns true if the fabrication part is a product list.
Exceptions
ExceptionCondition
InvalidOperationException the fabrication part is not a product list.
See Also