Revit 2025.3 API
Baluster |
The number of balusters per tread.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int BalusterPerTreadNumber { get; set; }
Public Property BalusterPerTreadNumber As Integer Get Set
public: property int BalusterPerTreadNumber { int get (); void set (int value); }
member BalusterPerTreadNumber : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for balusterPerTreadNumber is not positive. |
Applicable only if UseBalusterPerTreadOnStairs is true.
See Also