Get the interpolation type, which can be
Lagrange or Hermite interpolation. See STK help on interpolation
for further details.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Type() As AgECrdnInterpolatorType
|
| [C#] |
|---|
public AgECrdnInterpolatorType Type {get; set;}
|
| [Managed C++] |
|---|
public: __property AgECrdnInterpolatorType get_Type();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Type(
|
| [Java] |
|---|
public AgECrdnInterpolatorType getType();public void setType(
|