Share

BalusterPlacement.BalusterPerTreadNumber Property

The number of balusters per tread.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int BalusterPerTreadNumber { get; set; }

Property Value

Int32

Exceptions

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

Remarks

Applicable only if UseBalusterPerTreadOnStairs is true.

See Also

Reference

Was this information helpful?