FamilyThermalProperties
Description:
A class that contains thermal properties for specific types of families (doors, windows, and curtain wall panels).
A class that contains thermal properties for specific types of families (doors, windows, and curtain wall panels).
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FamilyThermalProperties
System.Object
Autodesk.Revit.DB.FamilyThermalProperties
public class FamilyThermalProperties : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FamilyThermalProperties() | None | Constructs a new FamilyThermalProperties with default settings. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the FamilyThermalProperties | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| Find(Document, String) | FamilyThermalProperties | Finds the thermal properties by the 'id' property of a constructionType node in Constructions.xml. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsValid() | Boolean | Confirms that the thermal properties are correctly set for assignment to a FamilySymbol. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AnalyticConstructionName | string | The construction gbXML name. This value corresponds to the 'Name' property of a constructionType node in Constructions.xml. | |
| AnalyticConstructionTypeId | string | The construction gbXML type. This value corresponds to the 'id' property of a constructionType node in Constructions.xml. | |
| HeatTransferCoefficient | double | Obsolete. The heat transfer coefficient value (U-Value). The units are watts per meter-squared kelvin (W/(m^2*K)). | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| SolarHeatGainCoefficient | double | The solar heat gain coefficient. | |
| ThermalResistance | double | The calculated thermal resistance value (R-Value). The units are meter-squared kelvin per watt ((m^2*K)/Watt). | |
| ThermalTransmittance | double | The thermal transmittance value (U-Value). The unit is Watt per meter-squared Kelvin (W/(m^2*K)). | |
| VisualLightTransmittance | double | The visual light transmittance. |