Sets the thermal properties for the given FamilySymbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void SetThermalProperties( FamilyThermalProperties thermalProperties )
Parameters
- thermalProperties FamilyThermalProperties
- The new thermal properties. If nullptr, 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. |