StairsLandingCreateSketchedLandingWithSlopeData Method |
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
StairsLanding
See Also