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





Windows & Linux

Description

Get the numerical integrator.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property NumericalIntegrator() As IAgVANumericalIntegrator
[C#]
public IAgVANumericalIntegrator NumericalIntegrator {get;}
[Managed C++]
public: __property IAgVANumericalIntegrator ^ get_NumericalIntegrator();
[Unmanaged C++]
public: HRESULT get_NumericalIntegrator(
    IAgVANumericalIntegrator ** ppVANumericalIntegrator
);
[Java]
public IAgVANumericalIntegrator getNumericalIntegrator();
[Python - STK API ]
@property
def NumericalIntegrator(self) -> "IAgVANumericalIntegrator":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.