STK ObjectsSend comments on this topic.
Interpolation Property (IAgVeEphemerisSpiceExportTool)
See Also
Windows





Windows & Linux

Description

The interpolation order value between 1 and 15. If the interpolation type is Type 13 (Hermitian), and then you are required to enter an odd interpolation order value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Interpolation() As Integer
[C#]
public int Interpolation {get; set;}
[Managed C++]
public: __property int get_Interpolation();
public: __property void set_Interpolation( int );
[Unmanaged C++]
public: HRESULT get_Interpolation(
    long * pVal
);
public: HRESULT put_Interpolation(
    long InterpolationValue
);
[Java]
public int getInterpolation();
public void setInterpolation(
    int
);
[Python - STK API ]
@property
def Interpolation(self) -> int:

@Interpolation.setter
def Interpolation(self, InterpolationValue:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.