SimpleRouteProcedure Constructor (Double, Double, RouteHeightReference) |
Create a new instance based on the given constant height and speed with respect to the surface
of the
Earth.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxprotected SimpleRouteProcedure(
double speed,
double height,
RouteHeightReference heightReference
)
Protected Sub New (
speed As Double,
height As Double,
heightReference As RouteHeightReference
)
protected:
SimpleRouteProcedure(
double speed,
double height,
RouteHeightReference heightReference
)
new :
speed : float *
height : float *
heightReference : RouteHeightReference -> SimpleRouteProcedureParameters
- speed
- Type: SystemDouble
The constant total speed of the position. - height
- Type: SystemDouble
The constant height with respect to either
Earth Mean Sea Level or the
WGS84 reference surface.
- heightReference
- Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface to use for the height,
either Earth Mean Sea Level or the
WGS84 reference surface.
See Also