StairsLandingCreateSketchedLandingWithSlopeData Method


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static StairsLanding CreateSketchedLandingWithSlopeData(
	Document document,
	ElementId stairsId,
	IList<SketchedStairsCurveData> curveLoop,
	double baseElevation
)

Parameters

document  Document
 
stairsId  ElementId
 
curveLoop  IListSketchedStairsCurveData
 
baseElevation  Double
 

Return Value

StairsLanding
See Also