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 * pRetVal ); public: HRESULT put_Interpolation( long NewInterpolation );
|
| [Java] |
|---|
public int getInterpolation();public void setInterpolation( int );
|
See Also