Revit 2025 API
Fabrication |
Creates a new instance of the FabricationPartSizeMap class.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public FabricationPartSizeMap( string size, double widthDiameter, double depth, bool isProductList )
Public Sub New ( size As String, widthDiameter As Double, depth As Double, isProductList As Boolean )
public: FabricationPartSizeMap( String^ size, double widthDiameter, double depth, bool isProductList )
new : size : string * widthDiameter : float * depth : float * isProductList : bool -> FabricationPartSizeMap
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also