Revit 2025.3 API
Thermal |
The compressibility of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double Compressibility { get; set; }
Public Property Compressibility As Double Get Set
public: property double Compressibility { double get (); void set (double value); }
member Compressibility : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for compressibility is out of range |
Values must be in the range 0 to 1.
See Also