AddInsulationType Method


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

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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: SystemString
Name of insulation type symbol to be constructed and added.

Return Value

Constructed insulation type instance.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →