StructuralAsset.Density Property
The density of the asset.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public double Density { get; set; }
Property Value
Double
Exceptions
Exception
Condition
ArgumentOutOfRangeException
When setting this property: The given value for density must be non-negative.
Remarks
Values are in kilograms per cubed feet (kg/ft³) and must be non-negative.
See Also
Reference
StructuralAsset Class
Autodesk.Revit.DB Namespace