| Revit 2023 API |
| ViewDisplaySketchyLines..::..Jitter Property |
| ViewDisplaySketchyLines Class See Also |
The jitter defines jitteriness of the line.
Values between 0 and 10.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public int Jitter { get; set; } |
| Visual Basic |
|---|
Public Property Jitter As Integer Get Set |
| Visual C++ |
|---|
public: property int Jitter { int get (); void set (int value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The jitter value is not valid. The valid range is 0 to 10. |