Sets the thermal properties for the given FamilySymbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- thermalProperties
- Type: Autodesk.Revit.DBFamilyThermalProperties
The new thermal properties. If a null reference (Nothing in Visual Basic), this unsets custom thermal properties for this FamilySymbol.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The thermal properties are not valid for assignment. |
Autodesk.Revit.ExceptionsInvalidOperationException | This FamilySymbol does not contain thermal properties. |