<Code Lib>
2022 Class
Changes 0
C

SketchedStairsCurveData

Description:
Sketched run/landing curves overrides with height and slope
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.SketchedStairsCurveData

public class SketchedStairsCurveData : IDisposable

Name Return Type Description
C SketchedStairsCurveData(Curve, Double, SketchedCurveSlopeOption) SketchedStairsCurveData Construct a SketchedStairsCurveData defined by a curve associated with its height and slope type.

Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCurve() Curve Get a copy of the curve that is formed along this boundary.

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…