Share

DuctSizes.Contains Method

Checks whether a duct size with the nominal diameter exists.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool Contains(
	double nominalDiameter
)

Parameters

nominalDiameter  Double
Nominal diameter.

Return Value

Boolean
True if a duct size with the nominal diameter exists.

See Also

Reference

Was this information helpful?