Enumerated type listing possible shapes for ducts.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration DuctShape
public enum class DuctShape
MembersMember name | Value | Description |
---|
Round | 0 |
Round duct shape.
|
Rectangular | 1 |
Rectangular duct shape.
|
Oval | 2 |
Oval duct shape.
|
See Also