Click or drag to resize

ProfileSpeed Constructor

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.1.418.0 (24.1.418.0)
Syntax
public ProfileSpeed(
	double targetSpeed,
	SpeedReference reference
)

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