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++] |
|---|
|
| [Java] |
|---|
public IAgCrdnInterp getInterpolation(); public void setInterpolation( IAgCrdnInterp ); |
| [Python - STK API] |
|---|
@property def Interpolation(self) -> "IAgCrdnInterp": @Interpolation.setter def Interpolation(self, Interpolation:"IAgCrdnInterp") -> None: |





