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
C#
public double ArrayLength { get; set; }
Property Value
DoubleThe distribution path length of rebar set.
Exceptions
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). |