EnergyDataSettings.UseOutsideAirPerPerson Property

EnergyDataSettingsUseOutsideAirPerPerson Property

True if user is specifying outside air per person, false otherwise.

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

Property Value

Boolean
See Also