SketchedCurveSlopeOption Enumeration

SketchedCurveSlopeOption Enumeration

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

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum SketchedCurveSlopeOption
Public Enumeration SketchedCurveSlopeOption
public enum class SketchedCurveSlopeOption
type SketchedCurveSlopeOption
Members
Member nameValueDescription
Auto0 The slope of the sketched run/landing will be auto detected.
Flat1 The slope of the sketched run/landing will be kept flat.
Sloped2 The slope of the sketched run/landing will be specified by users.
See Also