SketchedCurveSlopeOption Enumeration
The option determines the slop of the sketched run/landing.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2015

Syntax

C#
public enum SketchedCurveSlopeOption
Visual Basic
Public Enumeration SketchedCurveSlopeOption
Visual C++
public enum class SketchedCurveSlopeOption

Members

Member nameDescription
Auto The slope of the sketched run/landing will be auto detected.
Flat The slope of the sketched run/landing will be kept flat.
Sloped The slope of the sketched run/landing will be specified by users.

See Also