Description
Set to true if you do not want to calculate the aberration correction. This property is read-only if Apparent is set to false.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IgnoreAberration() As Boolean
|
| [C#] |
|---|
public bool IgnoreAberration {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IgnoreAberration(); public: __property void set_IgnoreAberration(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IgnoreAberration(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IgnoreAberration(
VARIANT_BOOL IgnoreAberration
);
|
| [Java] |
|---|
public bool getIgnoreAberration();
public void setIgnoreAberration(
bool
);
|
| [Python - STK API] |
|---|
@property
def IgnoreAberration(self) -> bool:
@IgnoreAberration.setter
def IgnoreAberration(self, IgnoreAberration:bool) -> None:
|
See Also