FabricationPartSizeMap(String, Double, Double, Boolean)
Constructor
Description:
Creates a new instance of the FabricationPartSizeMap class.
Creates a new instance of the FabricationPartSizeMap class.
Syntax
public FabricationPartSizeMap(
string size,
double widthDiameter,
double depth,
bool isProductList
)
Parameters
Parameter | Type | Description |
---|---|---|
size | String | The size display string for the straight that can be used by the user interface. |
widthDiameter | Double | The width or diameter of the straight. |
depth | Double | The depth of the straight. |
isProductList | Boolean | Set if the straight a product list or not. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |