 Description
Description
The maximum pitch angle of the flight path when the rotorcraft is engaged in terrain following flight.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property TFMaxFlightPathAngle() As System.Object
 | 
| [C#] | 
|---|
| public System.Object TFMaxFlightPathAngle {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property VARIANT get_TFMaxFlightPathAngle();public: __property void set_TFMaxFlightPathAngle(
    VARIANT
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_TFMaxFlightPathAngle(
    VARIANT * pVal
);
public: HRESULT put_TFMaxFlightPathAngle(
    VARIANT newVal
);
 | 
| [Java] | 
|---|
| public AgVariant getTFMaxFlightPathAngle();
public void setTFMaxFlightPathAngle(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def TFMaxFlightPathAngle(self) -> typing.Any:
@TFMaxFlightPathAngle.setter
def TFMaxFlightPathAngle(self, newVal:typing.Any) -> None:
 | 
 See Also
See Also