Revit 2025 API
Thermal |
The porosity of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double Porosity { get; set; }
Public Property Porosity As Double Get Set
public: property double Porosity { double get (); void set (double value); }
member Porosity : float with get, set
Property Value
Double
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for porosity is out of range |

Values must be in the range 0 to 1.
See Also