Yaw

Gets and sets the yaw orientation of the object at the particular waypoint.  This value is 360 - X, where X is the value for the yaw, in degrees.

 

JavaScript

 

Yaw

 

C#

 

double Yaw { get; set; }

 

C++

 

HRESULT Yaw([out, retval] double* pVal)

HRESULT Yaw([in] double pVal)