Revit 2026 API
Stairs |
Returns the stairs path curves on the landing. The curves are projected on the stairs base level.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveLoop GetStairsPath()
Public Function GetStairsPath As CurveLoop
public: CurveLoop^ GetStairsPath()
member GetStairsPath : unit -> CurveLoop
Return Value
CurveLoopThe stairs path curves of the landing.
See Also