Gets or sets the maximum pitch angle of the flight path when transitioning between forward flight and hovering.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxTransitionPitchAngle() As System.Object |
[C#] |
---|
public System.Object MaxTransitionPitchAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxTransitionPitchAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxTransitionPitchAngle( VARIANT * pVal ); public: HRESULT put_MaxTransitionPitchAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxTransitionPitchAngle(); public void setMaxTransitionPitchAngle( AgVariant ); |