STK AviatorSend comments on this topic.
AOA_2 Property (IAgAvtrFourPointAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the AOA for the second design point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AOA_2() As System.Object
[C#]
public System.Object AOA_2 {get; set;}
[Managed C++]
public: __property VARIANT get_AOA_2();
public: __property void set_AOA_2( VARIANT );
[Unmanaged C++]
public: HRESULT get_AOA_2(
    VARIANT * pVal
);
public: HRESULT put_AOA_2(
    VARIANT newVal
);
[Java]
public AgVariant getAOA_2();
public void setAOA_2(
    AgVariant
);
[Python - STK API ]
@property
def AOA_2(self) -> typing.Any:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.