Gets and sets the yaw orientation of the plane at the 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) |