AGI AgAsPlugin 11 Send comments on this topic.
InterpolationOrder Property (IAgAsEphemFileReaderPluginResultEphem)
See Also 





Description

The interpolation order to use. For Lagrange-type interpolation, 1+Order samples are used; for Hermitian, (Order+1)/2 samples are used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpolationOrder() As Integer

[C#]
public int InterpolationOrder {get; set;}

[Managed C++]
public: __property int get_InterpolationOrder();
public: __property void set_InterpolationOrder(
int
);

[Unmanaged C++]
public: HRESULT get_InterpolationOrder(
long * pRetVal
);
public: HRESULT put_InterpolationOrder(
long NewInterpolationOrder
);

[Java]
public int getInterpolationOrder();public void setInterpolationOrder(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1