Share

Stairs.DesiredRisersNumber Property

The number of risers is calculated based on the height between levels.


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

Syntax

C#

public int DesiredRisersNumber { get; set; }

Property Value

Int32

Exceptions

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

See Also

Reference

Was this information helpful?