CANTCriticalStationDesignSpeed Property

Gets the design speed at this cant critical station of a curve group.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double DesignSpeed { 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