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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.