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: 25.0.0.0 (25.0.0.0)
Syntax
public InsulationType AddInsulationType(
	string name
)

Parameters

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

Return Value

InsulationType
Constructed insulation type instance.
See Also