STK AstrogatorSend comments on this topic.
MaxLineSearchIterations Property (IAgVAProfileDifferentialCorrector)
See Also
Windows





Windows & Linux

Description

Gets or sets the number of line search iterations to try before stopping. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxLineSearchIterations() As Integer
[C#]
public int MaxLineSearchIterations {get; set;}
[Managed C++]
public: __property int get_MaxLineSearchIterations();
public: __property void set_MaxLineSearchIterations( int );
[Unmanaged C++]
public: HRESULT get_MaxLineSearchIterations(
    long * pVal
);
public: HRESULT put_MaxLineSearchIterations(
    long newVal
);
[Java]
public int getMaxLineSearchIterations();
public void setMaxLineSearchIterations(
    int
);
[Python - STK API ]
@property
def MaxLineSearchIterations(self) -> int:

@MaxLineSearchIterations.setter
def MaxLineSearchIterations(self, newVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.