BaseHeatLoadOn Property


Space Base Heat Load On Property

The heat load-on.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public BaseLoadOn BaseHeatLoadOn { get; set; }

Property Value

BaseLoadOn
Exceptions
Exception Condition
ArgumentException Thrown when the values is not kUseDefaultLoad or kUseEnteredLoad.
See Also