CalculatedCoolingLoad Property
Get the Calculated Cooling Load of the Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)

Syntax

C#
public double CalculatedCoolingLoad { get; }
Visual Basic
Public ReadOnly Property CalculatedCoolingLoad As Double
	Get
Visual C++
public:
property double CalculatedCoolingLoad {
	double get ();
}

Remarks

This property is used to get the Calculated Cooling Load of the Zone.

See Also