TemperatureRating Property


Cable Type Temperature Rating Property

The Conductor Temperature Rating of this Cable Type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId TemperatureRating { get; set; }

Property Value

ElementId
Exceptions
Exception Condition
ArgumentException When setting this property: The id is not a Conductor Temperature Rating id nor invalidElementId.
ArgumentNullException When setting this property: A non-optional argument was null
See Also