Create a new instance with the given target speed, in meters per second.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic ProfileSpeed(
double targetSpeed,
SpeedReference reference
)
Public Sub New (
targetSpeed As Double,
reference As SpeedReference
)
public:
ProfileSpeed(
double targetSpeed,
SpeedReference reference
)
new :
targetSpeed : float *
reference : SpeedReference -> ProfileSpeed
Parameters
- targetSpeed
- Type: System.Double
The target speed, in meters per second. - reference
- Type: AGI.Foundation.RouteDesign.SpeedReference
An enumeration indicating whether the speed includes
the vertical component.
See Also