FamilySymbol.HasThermalProperties Method

FamilySymbolHasThermalProperties Method

Identifies if this FamilySymbol can include thermal properties.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasThermalProperties()
Public Function HasThermalProperties As Boolean
public:
bool HasThermalProperties()
member HasThermalProperties : unit -> bool 

Return Value

Boolean
True if the FamilySymbol can include thermal properties, false otherwise.
See Also