Revit 2025.3 API
Rebar |
Identifies the distribution path length of rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ArrayLength { get; set; }
Public Property ArrayLength As Double Get Set
public: property double ArrayLength { double get (); void set (double value); }
member ArrayLength : float with get, set
Property Value
DoubleThe distribution path length of rebar set.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: the set length arrayLength isn't acceptable. |
| InapplicableDataException | This rebar element represents a single bar (the layout rule is Single). |
See Also