 Description
Description
The maximum pitch angle of the flight path when transitioning between forward flight and hovering.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxTransitionPitchAngle() As System.Object
 | 
| [C#] | 
|---|
| public System.Object MaxTransitionPitchAngle {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_MaxTransitionPitchAngle();public: __property void set_MaxTransitionPitchAngle(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxTransitionPitchAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxTransitionPitchAngle(
    VARIANT newVal
);
 | 
| [Java] | 
|---|
| public AgVariant getMaxTransitionPitchAngle();
public void setMaxTransitionPitchAngle(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxTransitionPitchAngle(self) -> typing.Any:
@MaxTransitionPitchAngle.setter
def MaxTransitionPitchAngle(self, newVal:typing.Any) -> None:
 | 
 See Also
See Also