PlayAlgorithm

Gets and sets an enum that determines the method of flight from one location to another. The following are the possible values:

§   PPA_FLYTO = 0
Fly in a straight line.

§   PPA_SPLINE = 1
Create a spline curve based on the route’s locations.

 

JavaScript

 

PlayAlgorithm

 

C#

 

PresentationPlayAlgorithm PlayAlgorithm { get; set; }

 

C++

 

HRESULT PlayAlgorithm([out, retval] PresentationPlayAlgorithm* pVal)

HRESULT PlayAlgorithm([in] PresentationPlayAlgorithm pVal)