Identifies the distribution path length of rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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). |