StairsRunCreateSketchedRunWithSlopeData Method


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static StairsRun CreateSketchedRunWithSlopeData(
	Document document,
	ElementId stairsId,
	double baseElevation,
	IList<SketchedStairsCurveData> boundaryCurves,
	IList<Curve> riserCurves,
	IList<Curve> stairsPath
)

Parameters

document  Document
 
stairsId  ElementId
 
baseElevation  Double
 
boundaryCurves  IListSketchedStairsCurveData
 
riserCurves  IListCurve
 
stairsPath  IListCurve
 

Return Value

StairsRun
See Also