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





Description

If true, the profile will perform a line search.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableLineSearch() As Boolean

[C#]
public bool EnableLineSearch {get; set;}

[Managed C++]
public: __property bool get_EnableLineSearch();
public: __property void set_EnableLineSearch(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableLineSearch(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableLineSearch(
VARIANT_BOOL NewEnableLineSearch
);

[Java]
public bool getEnableLineSearch();public void setEnableLineSearch(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1