STK AviatorSend comments on this topic.
TFMaxFlightPathAngle Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum pitch angle of the flight path when the rotorcraft is engaged in terrain following flight.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.