Revit 2022 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: 22.0.0.0 (22.1.0.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.