DuctSizeSettings.RemoveSize
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.
public void RemoveSize(
DuctShape shape,
double nominalDiameter
)
-
shapeThe shape of duct.
-
DoublenominalDiameterNominal diameter.
-
A value passed for an enumeration argument is not a member of that enumeration
-
Throws if the function is called during iterating the size set.