Revit 2026 API
Rebar |
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; }
Public ReadOnly Property ArrayLength As Double Get
public: property double ArrayLength { double get (); }
member ArrayLength : float with get
Property Value
Double
Exception | Condition |
---|---|
InapplicableDataException | This rebar element represents a single bar (the layout rule is Single). |
See Also