WireMaterialType.TemperatureRatings Property

WireMaterialTypeTemperatureRatings Property

Get all temperature rating type definitions defined in this wire material type.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TemperatureRatingTypeSet TemperatureRatings { get; }
Public ReadOnly Property TemperatureRatings As TemperatureRatingTypeSet
	Get
public:
property TemperatureRatingTypeSet^ TemperatureRatings {
	TemperatureRatingTypeSet^ get ();
}
member TemperatureRatings : TemperatureRatingTypeSet with get

Property Value

TemperatureRatingTypeSet
See Also