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