AGI STK Astrogator 11 Send comments on this topic.
MaxLineSearchIterations Property (IAgVAProfileDifferentialCorrector)
See Also 
Windows






Windows & Linux

Description

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 * pRetVal
);
public: HRESULT put_MaxLineSearchIterations(
long NewMaxLineSearchIterations
);

[Java]
public int getMaxLineSearchIterations();public void setMaxLineSearchIterations(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface