STK AstrogatorSend comments on this topic.
SetNumericalIntegrator Method (IAgVANumericalPropagatorWrapper)
See Also
Integrator
Windows





Windows & Linux

Description

Changes the single step integrator.

Syntax

[Visual Basic .NET]
Public Sub SetNumericalIntegrator( _
    ByVal Integrator As AgEVANumericalIntegrator _
)
[C#]
public void SetNumericalIntegrator(
    AgEVANumericalIntegrator Integrator
);
[Managed C++]
public: void SetNumericalIntegrator(
    AgEVANumericalIntegrator Integrator
);
[Unmanaged C++]
public: HRESULT SetNumericalIntegrator(
    AgEVANumericalIntegrator Integrator
);
[Java]
public void setNumericalIntegrator(
    AgEVANumericalIntegrator Integrator
);
[Python - STK API ]
def SetNumericalIntegrator(self, Integrator:"AgEVANumericalIntegrator") -> None:

Parameters

Integrator

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.