Opt to limit the flight path angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseFlightPathAngleLimit() As Boolean |
[C#] |
---|
public bool UseFlightPathAngleLimit {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseFlightPathAngleLimit(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseFlightPathAngleLimit( VARIANT_BOOL * pVal ); public: HRESULT put_UseFlightPathAngleLimit( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseFlightPathAngleLimit(); public void setUseFlightPathAngleLimit( bool ); |