OutsideAirPerArea Property


The rate of flow of outside air available per unit area.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011

Syntax

C#
public double OutsideAirPerArea { get; set; }
Visual Basic
Public Property OutsideAirPerArea As Double
	Get
	Set
Visual C++
public:
property double OutsideAirPerArea {
	double get ();
	void set (double value);
}

Remarks

Stored in cubic feet per hour per square foot.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException When setting this property: The outside airPerArea does not fall within an appropriate range.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →