Share

Stairs.ActualRiserHeight Property

The actual height of the stairs risers in the stairs.


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

Syntax

C#

public double ActualRiserHeight { get; }

Property Value

Double

Remarks

The stairs height is determined by its base and top elevation. So, the actual riser height = stairs height / desired riser number.

See Also

Reference

Was this information helpful?