Opt whether to ignore the flight path angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property IgnoreFPA() As Boolean |
[C#] |
---|
public bool IgnoreFPA {get; set;} |
[Managed C++] |
---|
public: __property bool get_IgnoreFPA(); |
[Unmanaged C++] |
---|
public: HRESULT get_IgnoreFPA( VARIANT_BOOL * pVal ); public: HRESULT put_IgnoreFPA( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getIgnoreFPA(); public void setIgnoreFPA( bool ); |