TemperatureRatingType.AddInsulationType Method

TemperatureRatingTypeAddInsulationType Method

Add a new kind of insulation type into this temperature rating type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public InsulationType AddInsulationType(
	string name
)
Public Function AddInsulationType ( 
	name As String
) As InsulationType
public:
InsulationType^ AddInsulationType(
	String^ name
)
member AddInsulationType : 
        name : string -> InsulationType 

Parameters

name  String
Name of insulation type symbol to be constructed and added.

Return Value

InsulationType
Constructed insulation type instance.
See Also