The option determines the slop of the sketched run/landing.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |