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: 26.0.4.0 (26.0.4.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