Gets or sets the maximum pitch angle of the flight path when the rotorcraft is engaged in terrain following flight.
Read-write property
[Visual Basic .NET] |
---|
Public Property TFMaxFlightPathAngle() As System.Object |
[C#] |
---|
public System.Object TFMaxFlightPathAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_TFMaxFlightPathAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_TFMaxFlightPathAngle( VARIANT * pVal ); public: HRESULT put_TFMaxFlightPathAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getTFMaxFlightPathAngle(); public void setTFMaxFlightPathAngle( AgVariant ); |