Revit 2025.3 API
Family |
Gets the thermal properties for the given FamilySymbol.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FamilyThermalProperties GetThermalProperties()
Public Function GetThermalProperties As FamilyThermalProperties
public: FamilyThermalProperties^ GetThermalProperties()
member GetThermalProperties : unit -> FamilyThermalProperties
Return Value
FamilyThermalPropertiesThe thermal properties. if the family symbol does not contain thermal properties.
Doors, windows, and curtain wall panels will have thermal properties.
See Also