BalusterPerTreadNumber Property
The number of balusters per tread.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2019

Syntax

C#
public int BalusterPerTreadNumber { get; set; }
Visual Basic
Public Property BalusterPerTreadNumber As Integer
	Get
	Set
Visual C++
public:
property int BalusterPerTreadNumber {
	int get ();
	void set (int value);
}

Remarks

Applicable only if UseBalusterPerTreadOnStairs is true.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException When setting this property: The given value for balusterPerTreadNumber is not positive.

See Also