StairsLanding.GetStairsPath Method

StairsLandingGetStairsPath Method

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

CurveLoop
The stairs path curves of the landing.
See Also