| Revit 2023 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: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public WireMaterialType MaterialType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MaterialType As WireMaterialType Get |
| Visual C++ |
|---|
public: property WireMaterialType^ MaterialType { WireMaterialType^ get (); } |