Gets or sets the AOA for the third design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property AOA_3() As System.Object |
[C#] |
---|
public System.Object AOA_3 {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AOA_3(); |
[Unmanaged C++] |
---|
public: HRESULT get_AOA_3( VARIANT * pVal ); public: HRESULT put_AOA_3( VARIANT newVal ); |
[Java] |
---|
public AgVariant getAOA_3(); public void setAOA_3( AgVariant ); |