| Revit 2022 API |
| FabricationPartSizeMap..::..IsProductList Property |
| FabricationPartSizeMap Class See Also |
Are the sizes for a product listed fabrication part.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018.2
Syntax
| C# |
|---|
public bool IsProductList { get; set; } |
| Visual Basic |
|---|
Public Property IsProductList As Boolean Get Set |
| Visual C++ |
|---|
public: property bool IsProductList { bool get (); void set (bool value); } |