Vehicle.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 nanosecond timing precision mode.

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

 

Method Signature

Vehicle.GetHeight(

)

 

 

Return Value

Type:

number

Units:

km

 

 

The bodydetic height.

 

Syntax

myVariable1 = myVehicle1.GetHeight();

 

 

See also

Vehicle Object

Vehicle.GetHeight