WireMaterialTypeAddTemperatureRatingType Method

Add a new temperature rating type into material type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public TemperatureRatingType AddTemperatureRatingType(
	string name,
	TemperatureRatingType baseOn
)

Parameters

name  String
Name of temperature type to be added.
baseOn  TemperatureRatingType
The new temperature rating will be created base on this existing temperature rating type.

Return Value

TemperatureRatingType
New constructed temperature rating type.
See Also