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