Add a new temperature rating type into material type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
TemperatureRatingTypeNew constructed temperature rating type.
See Also
Reference