Description
The maximum pitch angle the aircraft will be allowed to use.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxPitchAngle() As System.Object
|
| [C#] |
|---|
public System.Object MaxPitchAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_MaxPitchAngle(); public: __property void set_MaxPitchAngle(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxPitchAngle(
VARIANT * pVal
);
public: HRESULT put_MaxPitchAngle(
VARIANT newVal
);
|
| [Java] |
|---|
public AgVariant getMaxPitchAngle();
public void setMaxPitchAngle(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def MaxPitchAngle(self) -> typing.Any:
@MaxPitchAngle.setter
def MaxPitchAngle(self, newVal:typing.Any) -> None:
|
See Also