FlyTo

This method instructs the plane to fly to the point of interest specified by X, Z and Height. The Distance parameter specifies at which distance from the point of interest the plane should stop. The Yaw and Pitch parameters are interpreted according to the last parameter.

 

HRESULT FlyTo(

[in] double X,

[in] double Z,

[in] double Height,

[in] double Distance,

[in] double Yaw,

[in] double Pitch,

[in] BSTR Pattern)

Parameters:

Return Values:

S_OK if the method call succeeded.