BarTypeDiameterOptionsBarMassPerUnitLength Property

Represents the bar mass per unit length of the RebarBarType.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for barMassPerUnitLength must be non-negative.
See Also