Gets or sets the AOA for the fourth design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property AOA_4() As System.Object |
[C#] |
---|
public System.Object AOA_4 {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AOA_4(); |
[Unmanaged C++] |
---|
public: HRESULT get_AOA_4( VARIANT * pVal ); public: HRESULT put_AOA_4( VARIANT newVal ); |
[Java] |
---|
public AgVariant getAOA_4(); public void setAOA_4( AgVariant ); |