| Function Name | Description | Comments |
|---|---|---|
| PivotType | Returns the pivot method assigned to the current curve. | Depending on the result found at the current station, the result is returned in one of three ways:
|
| LeftRailDeltaElevation | Returns the differential elevation for the left rail. | |
| RightRailDeltaElevation | Returns the differential elevation for the right rail. | |
| TrackWidth | Returns the Track Width that is assigned to the alignment. | |
| IsDefined | Determines whether cant has been calculated on the alignment. | Example: IF(Cant.IsDefined, True, False) |