GroundVehicle.GetHeight() Method

Top 

Description

Returns the bodydetic height above the reference ellipsoid. Objects below the surface of the ellipsoid will return a negative height.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

GroundVehicle.GetHeight(

)

 

 

Return Value

Type:

number

Units:

km

 

 

The bodydetic height.

 

Syntax

myVariable1 = myGroundVehicle1.GetHeight();

 

 

See also

GroundVehicle Object

GroundVehicle.GetHeight