Revit 2025.3 API
StairsActual |
The actual height of the stairs risers in the stairs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ActualRiserHeight { get; }
Public ReadOnly Property ActualRiserHeight As Double Get
public: property double ActualRiserHeight { double get (); }
member ActualRiserHeight : float with get
Property Value
Double
The stairs height is determined by its base and top elevation. So, the actual riser height = stairs height / desired riser number.
See Also