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





Windows & Linux

Description

Get the missile's maximum angle of attack.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.