Description
Sets the model of aberration to be used in access computations.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AberrationType() As AgEAberrationType
|
| [C#] |
|---|
public AgEAberrationType AberrationType {get; set;}
|
| [Managed C++] |
|---|
public: __property AgEAberrationType get_AberrationType(); public: __property void set_AberrationType( AgEAberrationType );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AberrationType( AgEAberrationType * pRetVal ); public: HRESULT put_AberrationType( AgEAberrationType NewAberrationType );
|
| [Java] |
|---|
public AgEAberrationType getAberrationType();public void setAberrationType( AgEAberrationType );
|
See Also