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





Windows & Linux

Description

Gets or sets the missile's maximum angle of attack.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.