Material.ThermalAssetId Property

MaterialThermalAssetId Property

The ElementId of the thermal PropertySetElement.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ThermalAssetId { get; set; }
Public Property ThermalAssetId As ElementId
	Get
	Set
public:
property ElementId^ ThermalAssetId {
	ElementId^ get ();
	void set (ElementId^ value);
}
member ThermalAssetId : ElementId with get, set

Property Value

ElementId
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also