DuctShape Enumeration


Duct Shape Enumeration

Enumerated type listing possible shapes for ducts.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum DuctShape
Members
Member name Value Description
Oval 2 Oval duct shape.
Rectangular 1 Rectangular duct shape.
Round 0 Round duct shape.
See Also