FabricationPartSizeMapIsProductList Property |
Are the sizes for a product listed fabrication part.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsProductList { get; set; }
Public Property IsProductList As Boolean
Get
Set
public:
property bool IsProductList {
bool get ();
void set (bool value);
}
member IsProductList : bool with get, set
Property Value
Boolean
See Also