Revit 2025 API
Rebar |
Identifies the maximum spacing between rebar in rebar set.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double MaxSpacing { get; }
Public ReadOnly Property MaxSpacing As Double Get
public: property double MaxSpacing { double get (); }
member MaxSpacing : float with get
Property Value
Double| Exception | Condition |
|---|---|
| InapplicableDataException | This rebar element represents a single bar (the layout rule is Single). |
See Also