Gets or sets 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.
Read-write property
[Visual Basic .NET] |
---|
Public Property Interpolation() As Integer |
[C#] |
---|
public int Interpolation {get; set;} |
[Managed C++] |
---|
public: __property int get_Interpolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Interpolation( long * pVal ); public: HRESULT put_Interpolation( long InterpolationValue ); |
[Java] |
---|
public int getInterpolation(); public void setInterpolation( int ); |