FamilySymbolGetThermalProperties Method |
Gets the thermal properties for the given FamilySymbol.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic FamilyThermalProperties GetThermalProperties()
Public Function GetThermalProperties As FamilyThermalProperties
public:
FamilyThermalProperties^ GetThermalProperties()
member GetThermalProperties : unit -> FamilyThermalProperties
Return Value
FamilyThermalProperties
The thermal properties.
if the family symbol does not contain thermal properties.
Remarks
Doors, windows, and curtain wall panels will have thermal properties.
See Also