Revit 2026 API
Stairs |
Returns the landing's boundary curves which 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 GetFootprintBoundary()
Public Function GetFootprintBoundary As CurveLoop
public: CurveLoop^ GetFootprintBoundary()
member GetFootprintBoundary : unit -> CurveLoop
Return Value
CurveLoopThe boundary curves of the landing.
See Also