RebarBarTypeBarMassPerUnitLength Property

Defines bar mass per unit length of rebar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public double BarMassPerUnitLength { get; set; }

Property Value

Double
The bar mass per unit length of rebar
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for barMassPerUnitLength must be non-negative.
See Also