Revit 2025.3 API
Stairs |
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static StairsLanding CreateSketchedLandingWithSlopeData( Document document, ElementId stairsId, IList<SketchedStairsCurveData> curveLoop, double baseElevation )
Public Shared Function CreateSketchedLandingWithSlopeData ( document As Document, stairsId As ElementId, curveLoop As IList(Of SketchedStairsCurveData), baseElevation As Double ) As StairsLanding
public: static StairsLanding^ CreateSketchedLandingWithSlopeData( Document^ document, ElementId^ stairsId, IList<SketchedStairsCurveData^>^ curveLoop, double baseElevation )
static member CreateSketchedLandingWithSlopeData : document : Document * stairsId : ElementId * curveLoop : IList<SketchedStairsCurveData> * baseElevation : float -> StairsLanding
Parameters
- document Document
- stairsId ElementId
- curveLoop IListSketchedStairsCurveData
- baseElevation Double
Return Value
StairsLandingSee Also