Gets the design speed at this cant critical station of a curve group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double DesignSpeed { get; }
VB
Public ReadOnly Property DesignSpeed As Double
Get
C++
public:
property double DesignSpeed {
double get ();
}
Property Value
Double
Remarks
Design 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
DesignSpeed from
CANTCurve.CANTCriticalStations.
See Also
Reference