Share

ThermalAsset.Permeability Property

The permeability 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 Permeability { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for permeability must be non-negative.

Remarks

Values are in seconds per foot (s/ft) and must be non-negative.

See Also

Reference

Was this information helpful?