Gets or sets the maximum angle of attack possible.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxAOA() As System.Object |
[C#] |
---|
public System.Object MaxAOA {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaxAOA(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxAOA( VARIANT * pVal ); public: HRESULT put_MaxAOA( VARIANT newVal ); |
[Java] |
---|
public AgVariant getMaxAOA(); public void setMaxAOA( AgVariant ); |