SimpleRouteProcedureSetProfileFromHeight Method |
Set the profile to a given constant height and speed with respect to
the
Earth. If the
MeanSeaLevel is available,
it will use that as the height reference surface.
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 SetProfileFromHeight(
double speed,
double height
)
Public Sub SetProfileFromHeight (
speed As Double,
height As Double
)
public:
void SetProfileFromHeight(
double speed,
double height
)
member SetProfileFromHeight :
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