| Revit 2022 API |
| Stairs..::..ActualTreadsNumber Property |
| Stairs Class See Also |
The number of treads actually created in the stairs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public int ActualTreadsNumber { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ActualTreadsNumber As Integer Get |
| Visual C++ |
|---|
public: property int ActualTreadsNumber { int get (); } |