Revit 2025.3 API
Temperature |
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
WireMaterialTypeSee Also