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