StructuralAssetMetalThermallyTreated Property

Flag indicating whether the asset describes a material that is thermally treated or not.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool MetalThermallyTreated { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InapplicableDataException When setting this property: the material type must be Metal to set this property.
Remarks
Applies to Metal-based structural assets.
See Also