Gets or sets the type of aberration to use, if light time delay is applied.
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++] |
|---|
|
| [Java] |
|---|
public AgEAberrationType getAberrationType(); public void setAberrationType( AgEAberrationType ); |
[Python - STK API ] |
|---|
@property def AberrationType(self) -> "AgEAberrationType": @AberrationType.setter def AberrationType(self, InVal:"AgEAberrationType") -> None: |






