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++] |
|---|
|
| [Java] |
|---|
public AgECrdnInterpolatorType getType(); public void setType( AgECrdnInterpolatorType ); |
| [Python - STK API] |
|---|
@property def Type(self) -> "AgECrdnInterpolatorType": @Type.setter def Type(self, Type:"AgECrdnInterpolatorType") -> None: |





