GroundVehicle.SetHeading(Variable) Method

Top 

Description

Sets the Heading property of the calling GroundVehicle to be the value of heading.

 

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

GroundVehicle.SetHeading(

Variable heading)

 

 

Arguments

heading


Description:

The desired value for the Heading property to be updated to.

Units:

deg

Valid Range:

-360 ≤ heading ≤ 360

 

 

 

Syntax

myGroundVehicle1.SetHeading(myVariable1);

 

 

See also

GroundVehicle Object

GroundVehicle.SetHeading