Revit 2026 API
Horizontal |
Represents the curve types for the horizontal curves which define Alignment geometry.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| Arc | 2 | Arc curve type. |
| Line | 1 | Line curve type. |
| Spiral | 3 | Spiral curve type. |
| Unknown | 0 | Unknown curve type, used in cases where the curve type cannot be determined. |
See Also