RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ThermalAsset

ThermalAsset.Density

Property
Description:
The density of the asset.
Remarks:
Values are in kilograms per cubed feet (kg/ft³) and must be non-negative.
Syntax
public double Density { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for density must be non-negative.