RebarShapeDrivenAccessorArrayLength Property |
Identifies the distribution path length of rebar set.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic 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| 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).
|
| 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