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





Windows & Linux

Description

Gets or sets the minimum angle of attack possible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TakeoffLandingMinAOA() As System.Object
[C#]
public System.Object TakeoffLandingMinAOA {get; set;}
[Managed C++]
public: __property VARIANT get_TakeoffLandingMinAOA();
public: __property void set_TakeoffLandingMinAOA( VARIANT );
[Unmanaged C++]
public: HRESULT get_TakeoffLandingMinAOA(
    VARIANT * pVal
);
public: HRESULT put_TakeoffLandingMinAOA(
    VARIANT newVal
);
[Java]
public AgVariant getTakeoffLandingMinAOA();
public void setTakeoffLandingMinAOA(
    AgVariant
);
[Python - STK API ]
@property
def TakeoffLandingMinAOA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.