Revit 2025.3 API
Stairs |
The actual number of stairs risers in the stairs run.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.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
This is a read-only value.
See Also