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





Windows & Linux

Description

Gets or sets the maximum corrector iterations. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxCorrectorIterations() As Integer
[C#]
public int MaxCorrectorIterations {get; set;}
[Managed C++]
public: __property int get_MaxCorrectorIterations();
public: __property void set_MaxCorrectorIterations( int );
[Unmanaged C++]
public: HRESULT get_MaxCorrectorIterations(
    long * pVal
);
public: HRESULT put_MaxCorrectorIterations(
    long InVal
);
[Java]
public int getMaxCorrectorIterations();
public void setMaxCorrectorIterations(
    int
);
[Python - STK API ]
@property
def MaxCorrectorIterations(self) -> int:

@MaxCorrectorIterations.setter
def MaxCorrectorIterations(self, InVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.