Share

RebarContainerItem.ArrayLength Property

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

Double
The distribution path length of rebar set.

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?