AGI STK Objects 11 Send comments on this topic.
InterpolationMethod Property (IAgVePropagatorSP3)
See Also 





Description

By default, the SP3 propagator uses the standard Lagrange interpolation scheme, interpolating position and velocity separately. Some files may be configured to allow the Hermitian interpolation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationMethod() As AgEVeInterpolationMethod

[C#]
public AgEVeInterpolationMethod InterpolationMethod {get; set;}

[Managed C++]
public: __property AgEVeInterpolationMethod get_InterpolationMethod();
public: __property void set_InterpolationMethod(
AgEVeInterpolationMethod
);

[Unmanaged C++]
public: HRESULT get_InterpolationMethod(
AgEVeInterpolationMethod * pRetVal
);
public: HRESULT put_InterpolationMethod(
AgEVeInterpolationMethod NewInterpolationMethod
);

[Java]
public AgEVeInterpolationMethod getInterpolationMethod();public void setInterpolationMethod(
AgEVeInterpolationMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1