FamilyThermalProperties Members

The FamilyThermalProperties type exposes the following members.

Constructors

  NameDescription
Public methodFamilyThermalProperties
Constructs a new FamilyThermalProperties with default settings.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FamilyThermalProperties
Public methodEquals (Inherited from Object.)
Public methodStatic memberFind
Finds the thermal properties by the 'id' property of a constructionType node in Constructions.xml.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsValid
Confirms that the thermal properties are correctly set for assignment to a FamilySymbol.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAnalyticConstructionName
The construction gbXML name. This value corresponds to the 'Name' property of a constructionType node in Constructions.xml.
Public propertyAnalyticConstructionTypeId
The construction gbXML type. This value corresponds to the 'id' property of a constructionType node in Constructions.xml.
Public propertyHeatTransferCoefficient
The heat transfer coefficient value (U-Value). The units are watts per meter-squared kelvin (W/(m^2*K)).
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertySolarHeatGainCoefficient
The solar heat gain coefficient.
Public propertyThermalResistance
The calculated thermal resistance value (R-Value). The units are meter-squared kelvin per watt ((m^2*K)/Watt).
Public propertyVisualLightTransmittance
The visual light transmittance.

See Also