Gets the equilibrium cant vertical speed (km/h or mph) at this cant critical station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double EquilibriumCantVerticalSpeed { get; }
VB
Public ReadOnly Property EquilibriumCantVerticalSpeed As Double
Get
C++
public:
property double EquilibriumCantVerticalSpeed {
double get ();
}
Property Value
Double
Remarks
Equilibrium cant vertical speed is applicable only when the critical station is at a transition point.
E.g.,
CANTCriticalStation with
StationType being
SuperelevationCriticalStationType.BeginAlignment or
SuperelevationCriticalStationType.EndAlignment
is not at transition point.
It's preferable to query
EquilibriumCantVerticalSpeed from
CANTCurve.CANTCriticalStations.
See Also
Reference