TemperatureRating Class

This class represents the definition of Conductor Temperature Rating data.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ElectricalTemperatureRating

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class TemperatureRating : IDisposable

The TemperatureRating type exposes the following members.

Properties
 NameDescription
Public propertyId The Conductor Temperature Rating id.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The Conductor Temperature Rating name.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a Conductor Temperature Rating.
Public methodDisposeReleases all resources used by the TemperatureRating
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetTemperatureRating Gets the Conductor Temperature Rating data by given Conductor Temperature Rating id.
Public methodStatic memberGetTemperatureRatingIdByName Gets the Conductor Temperature Rating id by given Conductor Temperature Rating name.
Public methodStatic memberGetTemperatureRatingIds Gets all the Conductor Temperature Rating ids in the given document, sorted by name.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also