DuctShape Enumeration

DuctShape Enumeration

Enumerated type listing possible shapes for ducts.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DuctShape
Public Enumeration DuctShape
public enum class DuctShape
type DuctShape
Members
Member nameValueDescription
Round0 Round duct shape.
Rectangular1 Rectangular duct shape.
Oval2 Oval duct shape.
See Also