STK AviatorSend comments on this topic.
AngleOfAttack Property (IAgAvtrAircraftAdvLandingModel)
See Also
Windows





Windows & Linux

Description

Get the Angle of Attack at wheels down.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AngleOfAttack() As System.Object
[C#]
public System.Object AngleOfAttack {get;}
[Managed C++]
public: __property VARIANT get_AngleOfAttack();
[Unmanaged C++]
public: HRESULT get_AngleOfAttack(
    VARIANT * pVal
);
[Java]
public AgVariant getAngleOfAttack();
[Python - STK API ]
@property
def AngleOfAttack(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.