Share

ThermalAsset.Compressibility Property

The compressibility of the asset.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double Compressibility { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for compressibility is out of range

Remarks

Values must be in the range 0 to 1.

See Also

Reference

Was this information helpful?