STK ObjectsSend comments on this topic.
InterpolationMethod Property (IAgVePropagatorSP3)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_InterpolationMethod(
    AgEVeInterpolationMethod InterpolationMethod
);
[Java]
public AgEVeInterpolationMethod getInterpolationMethod();
public void setInterpolationMethod(
    AgEVeInterpolationMethod
);
[Python - STK API ]
@property
def InterpolationMethod(self) -> "AgEVeInterpolationMethod":

@InterpolationMethod.setter
def InterpolationMethod(self, InterpolationMethod:"AgEVeInterpolationMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.