This class encapuslates cant (superelevation) informations for rail alignments.
Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesRailCANTInfo
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public struct RailCANTInfo
VB
Public Structure RailCANTInfo
C++
public value class RailCANTInfo
The RailCANTInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppliedCANT | Gets the applied CANT of the RailCANTInfo object. | |
| CantDeficiency | Gets the CANT deficiency of the RailCANTInfo object. | |
| CantDeficiencyGradient | Gets the CANT deficiency gradient of the RailCANTInfo object. | |
| CantDeficiencyVerticalSpeed | Gets the CANT deficiency vertical speed (km/h or mph) of the RailCANTInfo object. | |
| CantGradient | Gets the CANT gradient of the RailCANTInfo object. | |
| CantJerk | Gets the CANT jerk of the RailCANTInfo object. | |
| CantRatio | Gets the CANT ratio of the RailCANTInfo object. | |
| CurveRadius | Gets the curve radius of the RailCANTInfo object. | |
| DesignSpeed | Gets the design speed at a given station of a curve group. | |
| EquilibriumCant | Gets the equilibrium CANT of the RailCANTInfo object. | |
| EquilibriumCantGradient | Gets the equilibrium CANT gradient of the RailCANTInfo object. | |
| EquilibriumCantVerticalSpeed | Gets the equilibrium CANT vertical speed (km/h or mph) of the RailCANTInfo object. | |
| LateralAcceleration | Gets the lateral acceleration of the RailCANTInfo object. | |
| LeftRailElevationDifference | Gets the elevation difference on the left rail of the RailCANTInfo object. | |
| Pivot | Gets the pivot of the RailCANTInfo object. | |
| RightRailElevationDifference | Gets the elevation difference on the right rail of the RailCANTInfo object. | |
| VerticalSpeed | Gets the vertical speed (km/h or mph) of the RailCANTInfo object. |
