Revit 2025.3 API
Thermal |
The permeability of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Permeability { get; set; }
Public Property Permeability As Double Get Set
public: property double Permeability { double get (); void set (double value); }
member Permeability : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for permeability must be non-negative. |
Values are in seconds per foot (s/ft) and must be non-negative.
See Also