Gets and sets an enum that determines how the LocationSplineSpeed property is implemented:
§   PSSB_AUTOMATIC = 0
Speed is calculated automatically.
§   PSSB_MANUAL_IGNORE_SPEED_FACTOR = 1
The LocationSplineSpeed property exclusively determines the speed of the spline of this location, overriding speed factors set by IPresentationStep66.FlightSpeedFactor and IPresentation66.PlaySpeedFactor.
§   PSSB_MANUAL_WITH_SPEED_FACTOR = 2
The speed set in the LocationSplineSpeed property is accelerated or decelerated based on the speed factors set by IPresentationStep66.FlightSpeedFactor and IPresentation66.PlaySpeedFactor.
| JavaScript | 
 | 
| LocationSplineSpeedBehavior | |
| C# | 
 | 
| PresentationSplineSpeedBehavior LocationSplineSpeedBehavior {get; set; } | |
| C++ | 
 | 
| HRESULT LocationSplineSpeedBehavior( [out, retval] PresentationSplineSpeedBehavior* pVal) HRESULT LocationSplineSpeedBehavior( [in] PresentationSplineSpeedBehavior pVal) | |