<Code Lib>
2025 Method
Changes 0
M

DuctSizes.Contains

Description:
Checks whether a duct size with the nominal diameter exists.

public bool Contains(
	double nominalDiameter
)

  • nominalDiameter
    Nominal diameter.
Return Value Boolean True if a duct size with the nominal diameter exists.

Loading…