TemperatureRatingType.MaterialType Property

TemperatureRatingTypeMaterialType Property

Get the material type information which this temperature rating type belongs to.

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

Property Value

WireMaterialType
See Also