Get the integral type which determines the method of integration and can be set to trapezoidal, Simplson or adaptive Lobatto.
Read-write property
[Visual Basic .NET] |
---|
Public Property Type() As AgECrdnIntegralType |
[C#] |
---|
public AgECrdnIntegralType Type {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnIntegralType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECrdnIntegralType * pRetVal ); public: HRESULT put_Type( AgECrdnIntegralType Type ); |
[Java] |
---|
public AgECrdnIntegralType getType(); public void setType( AgECrdnIntegralType ); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECrdnIntegralType": @Type.setter def Type(self, Type:"AgECrdnIntegralType") -> None: |