SpeedReference Enumeration |
An enumeration indicating whether the speed represents the total combined speed accounting
for the surface speed and the vertical rate or whether the speed represents the
speed along the surface path.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SpeedReference
Public Enumeration SpeedReference
public enum class SpeedReference
Members
| Member name | Description |
---|
| Total |
The total combined speed accounting
for the surface speed and the vertical rate.
|
| Surface |
The speed along the surface path (without accounting for vertical motion).
|
See Also