| Revit 2022.1 API |
| DuctPressureDropData..::..Height Property |
| DuctPressureDropData Class See Also |
The height of the duct. If the duct is round, it will be equal to the diameter of the duct. Units: (ft).
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public double Height { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Height As Double Get |
| Visual C++ |
|---|
public: property double Height { double get (); } |