Gets or sets the model of aberration to be used in access computations.
Read-write property
[Visual Basic .NET] |
---|
Public Property AberrationType() As AgEAberrationType |
[C#] |
---|
public AgEAberrationType AberrationType {get; set;} |
[Managed C++] |
---|
public: __property AgEAberrationType get_AberrationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AberrationType( AgEAberrationType * pVal ); public: HRESULT put_AberrationType( AgEAberrationType InVal ); |
[Java] |
---|
public AgEAberrationType getAberrationType(); public void setAberrationType( AgEAberrationType ); |
[Python - STK API ] |
---|
@property def AberrationType(self) -> "AgEAberrationType": @AberrationType.setter def AberrationType(self, InVal:"AgEAberrationType") -> None: |