Revit 2025.3 API
Energy |
The rate of flow of outside air available per unit area.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double OutsideAirPerArea { get; set; }
Public Property OutsideAirPerArea As Double Get Set
public: property double OutsideAirPerArea { double get (); void set (double value); }
member OutsideAirPerArea : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The outside airPerArea does not fall within an appropriate range. |
Stored in cubic feet per hour per square foot.
See Also