Cant Class

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:
  • -1: Low Side Rail (left rail)
  • 0: Center Baseline (centerline)
  • 1: High Side Rail (right rail)
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)