STK AviatorSend comments on this topic.
AOA Property (IAgAvtrRefStateForwardFlightOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the aircraft's angle of attack.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AOA() As System.Object
[C#]
public System.Object AOA {get; set;}
[Managed C++]
public: __property VARIANT get_AOA();
public: __property void set_AOA( VARIANT );
[Unmanaged C++]
public: HRESULT get_AOA(
    VARIANT * pVal
);
public: HRESULT put_AOA(
    VARIANT newVal
);
[Java]
public AgVariant getAOA();
public void setAOA(
    AgVariant
);
[Python - STK API ]
@property
def AOA(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.