Share

TemperatureRating Class

This class represents the definition of Conductor Temperature Rating data.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Electrical.TemperatureRating


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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)

See Also

Reference

Was this information helpful?