Used to control the graphical representation of a DisplacementPath element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum DisplacementPathStyle
Members
| Member name | Value | Description |
|---|---|---|
| Jogged | 1 | A jogged path consisting of three straight lines is used to represent each stage of the displacement. |
| Straight | 0 | A single straight line is used to represent each stage of the displacement. |
