FabricationPartIsProductList Method |
Gets whether or not the fabrication part is a product list.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsProductList()
Public Function IsProductList As Boolean
public:
bool IsProductList()
member IsProductList : unit -> bool
Return Value
Boolean
Returns true if the fabrication part is a product list.
Exceptions
See Also