DuctSizeSettings.RemoveSize
Method
Description:
Erase the existing MEPSize with this nominal diameter. The duct shape determines the location of the size in the size table.
Erase the existing MEPSize with this nominal diameter. The duct shape determines the location of the size in the size table.
Remarks:
Does nothing if there is no existing MEPSize with this nominal diameter.
Does nothing if there is no existing MEPSize with this nominal diameter.
Parameters
Parameter | Type | Description |
---|---|---|
shape | DuctShape | The shape of duct. |
nominalDiameter | Double | Nominal diameter. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
InvalidOperationException | Throws if the function is called during iterating the size set. |