ThermalMaterialType Enumeration
Represents the thermal material type.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ThermalMaterialType
Members
Member name
Value
Description
Gas
1
Thermal material type is gas.
Liquid
2
Thermal material type is liquid.
Solid
3
Thermal material type is solid.
Undefined
0
Thermal material type is undefined.
See Also
Reference
Autodesk.Revit.DB Namespace