Gets or sets the option to improve performance when flying with a target on a straight and level flight path.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseCounterTurnLogic() As Boolean |
[C#] |
---|
public bool UseCounterTurnLogic {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseCounterTurnLogic(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseCounterTurnLogic( VARIANT_BOOL * pVal ); public: HRESULT put_UseCounterTurnLogic( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseCounterTurnLogic(); public void setUseCounterTurnLogic( bool ); |