Description
The interpolation order. Dimensionless.
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