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





Windows & Linux

Description

Get the stopping integrator; a single-step integrator.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.