Get the Angle of Attack at wheels down.
Read-only property
[Visual Basic .NET] |
---|
Public Property AngleOfAttack() As System.Object |
[C#] |
---|
public System.Object AngleOfAttack {get;} |
[Managed C++] |
---|
public: __property VARIANT get_AngleOfAttack(); |
[Unmanaged C++] |
---|
public: HRESULT get_AngleOfAttack( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getAngleOfAttack(); |