| Revit 2022 API |
| SketchedCurveSlopeOption Enumeration |
| See Also |
The option determines the slop of the sketched run/landing.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public enum SketchedCurveSlopeOption |
| Visual Basic |
|---|
Public Enumeration SketchedCurveSlopeOption |
| Visual C++ |
|---|
public enum class SketchedCurveSlopeOption |
Members
| Member name | Description |
|---|---|
| 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. |