| Revit 2022.1 API |
| DisplacementPathStyle Enumeration |
| See Also |
Used to control the graphical representation of a DisplacementPath element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Syntax
| C# |
|---|
public enum DisplacementPathStyle |
| Visual Basic |
|---|
Public Enumeration DisplacementPathStyle |
| Visual C++ |
|---|
public enum class DisplacementPathStyle |
Members
| Member name | Description |
|---|---|
| Straight | A single straight line is used to represent each stage of the displacement. |
| Jogged | A jogged path consisting of three straight lines is used to represent each stage of the displacement. |