Revit 2026 API
Stairs |
Returns the stairs to which the landing belongs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Stairs GetStairs()
Public Function GetStairs As Stairs
public: Stairs^ GetStairs()
member GetStairs : unit -> Stairs
Return Value
StairsThe stairs to which the landing belongs.
See Also