Construct a SketchedStairsCurveData defined by a curve associated with its height and slope type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public SketchedStairsCurveData( Curve boundaryCurve, double height, SketchedCurveSlopeOption slopeType )
Parameters
- boundaryCurve Curve
- height Double
- slopeType SketchedCurveSlopeOption
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |