RebarShapeDrivenAccessorArrayLength Property

Identifies the distribution path length of rebar set.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
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).
InvalidOperationException This RebarShapeDrivenAccessor doesn't contain a valid rebar reference. -or- When setting this property: The rebar has layout Single or it has a layout that produce a fixed length for the set.
See Also