| Revit 2022.1 API |
| TemperatureRatingType..::..MaterialType Property |
| TemperatureRatingType Class See Also |
Get the material type information which this temperature rating type belongs to.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public WireMaterialType MaterialType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MaterialType As WireMaterialType Get |
| Visual C++ |
|---|
public: property WireMaterialType^ MaterialType { WireMaterialType^ get (); } |