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