Revit 2025.3 API
Family |
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
BooleanTrue if the FamilySymbol can include thermal properties, false otherwise.
See Also