| Revit 2017 API |
| TemperatureRatingType..::..InsulationTypes Property |
| TemperatureRatingType Class See Also |
Get all insulation types defined in this temperature rating type and its corresponding material type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public InsulationTypeSet InsulationTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InsulationTypes As InsulationTypeSet Get |
| Visual C++ |
|---|
public: property InsulationTypeSet^ InsulationTypes { InsulationTypeSet^ get (); } |