Revit 2026 API
Stairs |
The actual number of stairs treads in the stairs run.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int ActualTreadsNumber { get; }
Public ReadOnly Property ActualTreadsNumber As Integer Get
public: property int ActualTreadsNumber { int get (); }
member ActualTreadsNumber : int with get
Property Value
Int32
This is a read-only value.
See Also