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.2.419.0 (24.2.419.0)
Syntax public 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: SystemDouble
The target speed, in meters per second. - reference
- Type: AGI.Foundation.RouteDesignSpeedReference
An enumeration indicating whether the speed includes
the vertical component.
See Also