Revit 2026 API
SpaceLatent |
Get or set the Latent Heat Gain per Person of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double LatentHeatGainperPerson { get; set; }
Public Property LatentHeatGainperPerson As Double Get Set
public: property double LatentHeatGainperPerson { double get (); void set (double value); }
member LatentHeatGainperPerson : float with get, set
Property Value
DoubleThis property is used to get or set the Latent Heat Gain per Person of the Space.
See Also