| Revit 2017 API |
| TemperatureRatingType..::..AddInsulationType Method |
| TemperatureRatingType Class See Also |
Add a new kind of insulation type into this temperature rating type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public InsulationType AddInsulationType( string name ) |
| Visual Basic |
|---|
Public Function AddInsulationType ( _ name As String _ ) As InsulationType |
| Visual C++ |
|---|
public: InsulationType^ AddInsulationType( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of insulation type symbol to be constructed and added.