Revit 2026 API
StairsActual |
The total number of actually created risers in model.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int ActualRisersNumber { get; }
Public ReadOnly Property ActualRisersNumber As Integer Get
public: property int ActualRisersNumber { int get (); }
member ActualRisersNumber : int with get
Property Value
Int32
The number of steps needed to go through when moving from the base level to the top level of the stairs.
See Also