2027 Class
Changes 7
C

TemperatureRating

Description:
This class represents the definition of Conductor Temperature Rating data.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Electrical.TemperatureRating
public class TemperatureRating : IDisposable
Name Return Type Description Inherited From
M Create(Document) TemperatureRating Creates a Conductor Temperature Rating.
M Dispose() None Releases all resources used by the TemperatureRating
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetTemperatureRating(Document, ElementId) TemperatureRating Gets the Conductor Temperature Rating data by given Conductor Temperature Rating id.
M GetTemperatureRatingIdByName(Document, String) ElementId Gets the Conductor Temperature Rating id by given Conductor Temperature Rating name.
M GetTemperatureRatingIds(Document) IList<ElementId> Gets all the Conductor Temperature Rating ids in the given document, sorted by name.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Id ElementId The Conductor Temperature Rating id.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Name string The Conductor Temperature Rating name.