RebarContainerItem.TotalLength Property

RebarContainerItemTotalLength Property

The length of an individual bar multiplied by Quantity.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double TotalLength { get; }
Public ReadOnly Property TotalLength As Double
	Get
public:
property double TotalLength {
	double get ();
}
member TotalLength : float with get

Property Value

Double
See Also