Get the single step integrator type.
Read-only property
[Visual Basic .NET] |
---|
Public Property NumericalIntegratorType() As AgEVANumericalIntegrator |
[C#] |
---|
public AgEVANumericalIntegrator NumericalIntegratorType {get;} |
[Managed C++] |
---|
public: __property AgEVANumericalIntegrator get_NumericalIntegratorType(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumericalIntegratorType( AgEVANumericalIntegrator * pVal ); |
[Java] |
---|
public AgEVANumericalIntegrator getNumericalIntegratorType(); |
[Python - STK API ] |
---|
@property def NumericalIntegratorType(self) -> "AgEVANumericalIntegrator": |