Revit 2026 API
Temperature |
Tests for the existence of a TemperatureRating type within the set.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual bool Contains( TemperatureRatingType item )
Public Overridable Function Contains ( item As TemperatureRatingType ) As Boolean
public: virtual bool Contains( TemperatureRatingType^ item )
abstract Contains : item : TemperatureRatingType -> bool override Contains : item : TemperatureRatingType -> bool
Parameters
- item TemperatureRatingType
- The TemperatureRating type to be searched for.
Return Value
BooleanThe Contains method returns True if the TemperatureRating type is within the set, otherwise False.
See Also