GroundVehicle.Heading Property

Top 

Description

The heading, measured clockwise from North in degrees, that the vehicle is on. Manually setting heading adjusts the components of the GroundVehicle.SurfaceVelocity such that the magnitude remains the same, but the unit vector direction is adjusted.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

deg

Default Value:

90.0

Valid Range:

0 ≤ GroundVehicle.Heading ≤ 360

 

Syntax

myVariable1 = myGroundVehicle1.Heading;

 

myGroundVehicle1.Heading = myVariable1;

 

See also

GroundVehicle Object