STK AstrogatorSend 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 * pVal
);
public: HRESULT put_EnableLineSearch(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableLineSearch();
public void setEnableLineSearch(
    bool
);
[Python - STK API ]
@property
def EnableLineSearch(self) -> bool:

@EnableLineSearch.setter
def EnableLineSearch(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.