 Description
Description
The maximum pitch angle of the rotorcraft's flight path while descending.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxDescentAngle() As System.Object
 | 
| [C#] | 
|---|
| public System.Object MaxDescentAngle {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_MaxDescentAngle();public: __property void set_MaxDescentAngle(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxDescentAngle(
    VARIANT * pVal
);
public: HRESULT put_MaxDescentAngle(
    VARIANT newVal
);
 | 
| [Java] | 
|---|
| public AgVariant getMaxDescentAngle();
public void setMaxDescentAngle(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxDescentAngle(self) -> typing.Any:
@MaxDescentAngle.setter
def MaxDescentAngle(self, newVal:typing.Any) -> None:
 | 
 See Also
See Also