The interpolation method used with the ephemeris.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property InterpolationMethod() As AgEAsEphemInterpolationMethod |
| [C#] |
|---|
public AgEAsEphemInterpolationMethod InterpolationMethod {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAsEphemInterpolationMethod get_InterpolationMethod(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAsEphemInterpolationMethod getInterpolationMethod(); public void setInterpolationMethod( AgEAsEphemInterpolationMethod ); |
[Python - STK API ] |
|---|
@property def InterpolationMethod(self) -> "AgEAsEphemInterpolationMethod": @InterpolationMethod.setter def InterpolationMethod(self, Method:"AgEAsEphemInterpolationMethod") -> None: |






