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++] |
---|
public: HRESULT get_InterpolationMethod( AgEAsEphemInterpolationMethod * pMethod ); public: HRESULT put_InterpolationMethod( AgEAsEphemInterpolationMethod Method ); |
[Java] |
---|
public AgEAsEphemInterpolationMethod getInterpolationMethod(); public void setInterpolationMethod( AgEAsEphemInterpolationMethod ); |