RebarShapeDrivenAccessor.ArrayLength Property

RebarShapeDrivenAccessorArrayLength Property

Identifies the distribution path length of rebar set.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

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.
See Also