ThermalMaterialType Enumeration

Represents the thermal material type.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ThermalMaterialType
Members
Member nameValueDescription
Undefined0 Thermal material type is undefined.
Gas1 Thermal material type is gas.
Liquid2 Thermal material type is liquid.
Solid3 Thermal material type is solid.
See Also