SimpleRouteProcedureSetProfileFromHeightAboveMeanSeaLevel Method |
Set the profile to a given constant height and speed with respect to
MeanSeaLevel of the
Earth.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetProfileFromHeightAboveMeanSeaLevel(
double speed,
double height
)
Public Sub SetProfileFromHeightAboveMeanSeaLevel (
speed As Double,
height As Double
)
public:
void SetProfileFromHeightAboveMeanSeaLevel(
double speed,
double height
)
member SetProfileFromHeightAboveMeanSeaLevel :
speed : float *
height : float -> unit
Parameters
- speed
- Type: SystemDouble
The speed at which to traverse over the surface. - height
- Type: SystemDouble
The constant height with respect to the Earth's reference surface.
See Also