Revit 2026 API
Rebar |
Identifies the maximum spacing between rebar in rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double MaxSpacing { get; set; }
Public Property MaxSpacing As Double Get Set
public: property double MaxSpacing { double get (); void set (double value); }
member MaxSpacing : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The maxSpacing isn't bigger than 0.0. |
| InapplicableDataException | This rebar element represents a single bar (the layout rule is Single). |
See Also