EnergyDataSettings.UseOutsideAirPerArea Property

EnergyDataSettingsUseOutsideAirPerArea Property

True is user is specifying outside air per area, false otherwise.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool UseOutsideAirPerArea { get; set; }
Public Property UseOutsideAirPerArea As Boolean
	Get
	Set
public:
property bool UseOutsideAirPerArea {
	bool get ();
	void set (bool value);
}
member UseOutsideAirPerArea : bool with get, set

Property Value

Boolean
See Also