Sets the thermal properties for the given FamilySymbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetThermalProperties( FamilyThermalProperties thermalProperties )
Parameters
- thermalProperties FamilyThermalProperties
- The new thermal properties. If null, this unsets custom thermal properties for this FamilySymbol.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The thermal properties are not valid for assignment. |
| InvalidOperationException | This FamilySymbol does not contain thermal properties. |
