STK AviatorSend comments on this topic.
ForwardFlightMaxAOA Property (IAgAvtrAircraftBasicFixedWingAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum angle of attack possible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ForwardFlightMaxAOA() As System.Object
[C#]
public System.Object ForwardFlightMaxAOA {get; set;}
[Managed C++]
public: __property VARIANT get_ForwardFlightMaxAOA();
public: __property void set_ForwardFlightMaxAOA( VARIANT );
[Unmanaged C++]
public: HRESULT get_ForwardFlightMaxAOA(
    VARIANT * pVal
);
public: HRESULT put_ForwardFlightMaxAOA(
    VARIANT newVal
);
[Java]
public AgVariant getForwardFlightMaxAOA();
public void setForwardFlightMaxAOA(
    AgVariant
);
[Python - STK API ]
@property
def ForwardFlightMaxAOA(self) -> typing.Any:

@ForwardFlightMaxAOA.setter
def ForwardFlightMaxAOA(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.