Flag indicating whether the asset describes a material that is thermally treated or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool MetalThermallyTreated { get; set; }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InapplicableDataException | When setting this property: the material type must be Metal to set this property. |