STK AviatorSend comments on this topic.
CalculateAOA Property (IAgAvtrMissileSimpleAero)
See Also
Windows





Windows & Linux

Description

Opt to allow Aviator to calculate the Angle of Attack. Otherwise, the value will be 0 by default.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CalculateAOA() As Boolean
[C#]
public bool CalculateAOA {get;}
[Managed C++]
public: __property bool get_CalculateAOA();
[Unmanaged C++]
public: HRESULT get_CalculateAOA(
    VARIANT_BOOL * pVal
);
[Java]
public bool getCalculateAOA();
[Python - STK API ]
@property
def CalculateAOA(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.