STK AstrogatorSend comments on this topic.
NumericalIntegratorType Property (IAgVANumericalPropagatorWrapper)
See Also
Windows





Windows & Linux

Description

Get the single step integrator type.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.