FabricationPartSizeMapIsProductList Property |
Are the sizes for a product listed fabrication part.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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