Add a new kind of insulation type into this temperature rating type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public InsulationType AddInsulationType(
string name
)
Parameters
- name String
- Name of insulation type symbol to be constructed and added.
Return Value
InsulationTypeConstructed insulation type instance.
See Also
Reference