Gets or sets the AOA for the first design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property AOA_1() As System.Object |
[C#] |
---|
public System.Object AOA_1 {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_AOA_1(); |
[Unmanaged C++] |
---|
public: HRESULT get_AOA_1( VARIANT * pVal ); public: HRESULT put_AOA_1( VARIANT newVal ); |
[Java] |
---|
public AgVariant getAOA_1(); public void setAOA_1( AgVariant ); |