Method used to Aberration Type.
Read-write property
[Visual Basic .NET] |
---|
Public Property AberrationType() As AgECrdnVolumeAberrationType |
[C#] |
---|
public AgECrdnVolumeAberrationType AberrationType {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnVolumeAberrationType get_AberrationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_AberrationType( AgECrdnVolumeAberrationType * pRetVal ); public: HRESULT put_AberrationType( AgECrdnVolumeAberrationType AberrationType ); |
[Java] |
---|
public AgECrdnVolumeAberrationType getAberrationType(); public void setAberrationType( AgECrdnVolumeAberrationType ); |
[Python - STK API ] |
---|
@property def AberrationType(self) -> "AgECrdnVolumeAberrationType": @AberrationType.setter def AberrationType(self, AberrationType:"AgECrdnVolumeAberrationType") -> None: |