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





Description

The high boundary for the line search. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineSearchUpperBound() As Double

[C#]
public double LineSearchUpperBound {get; set;}

[Managed C++]
public: __property double get_LineSearchUpperBound();
public: __property void set_LineSearchUpperBound(
double
);

[Unmanaged C++]
public: HRESULT get_LineSearchUpperBound(
double * pRetVal
);
public: HRESULT put_LineSearchUpperBound(
double NewLineSearchUpperBound
);

[Java]
public double getLineSearchUpperBound();public void setLineSearchUpperBound(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1