Revit 2025.3 API
Stairs |
Returns the run's boundary curves which are projected on the stairs base level.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public CurveLoop GetFootprintBoundary()
Public Function GetFootprintBoundary As CurveLoop
public: CurveLoop^ GetFootprintBoundary()
member GetFootprintBoundary : unit -> CurveLoop
Return Value
CurveLoopThe boundary curves of the stairs run.
See Also