| Revit 2017 API |
| FloorType..::..ThermalProperties Property |
| FloorType Class See Also |
The calculated and settable thermal properties of the FloorType
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public ThermalProperties ThermalProperties { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ThermalProperties As ThermalProperties Get |
| Visual C++ |
|---|
public: property ThermalProperties^ ThermalProperties { ThermalProperties^ get (); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | the floor does not have thermal properties. |