Revit 2025 API
StairsActual |
The total number of actually created risers in model.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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