Share

EnergyDataSettings.OutsideAirPerArea Property

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

C#

public double OutsideAirPerArea { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The outside airPerArea does not fall within an appropriate range.

Remarks

Stored in cubic feet per hour per square foot.

See Also

Reference

Was this information helpful?