Specify whether to use Lagrange or Hermite interpolation. See STK help on interpolation.
Read-write property
[Visual Basic .NET] |
---|
Public Property Interpolation() As IAgCrdnInterp |
[C#] |
---|
public IAgCrdnInterp Interpolation {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnInterp^ get_Interpolation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Interpolation( |
[Java] |
---|
public IAgCrdnInterp getInterpolation();public void setInterpolation( |