STK AstrogatorSend comments on this topic.
SingleStepIntegratorType Property (IAgVAGaussJacksonIntegrator)
See Also
Windows





Windows & Linux

Description

Get the stopping integrator type.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.