| Revit 2023 API |
| IFCLegacyStairOrRamp..::..RiserHeight Property |
| IFCLegacyStairOrRamp Class See Also |
The height of riser.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public double RiserHeight { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RiserHeight As Double Get |
| Visual C++ |
|---|
public: property double RiserHeight { double get (); } |