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