An interpolation order of 1 specifies linear interpolation and is appropriate for closely spaced data or data with significant jitter. Higher interpolation orders yield more accurate interpolation when the data is smooth and continuous.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property InterpolationOrder() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_InterpolationOrder(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|






