Description
Set to true if you do not want to calculate the abberation correction. This property is read-only if Apparent is set to false.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IgnoreAbberation() As Boolean
|
| [C#] |
|---|
public bool IgnoreAbberation {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IgnoreAbberation(); public: __property void set_IgnoreAbberation( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IgnoreAbberation( VARIANT_BOOL * pRetVal ); public: HRESULT put_IgnoreAbberation( VARIANT_BOOL NewIgnoreAbberation );
|
| [Java] |
|---|
public bool getIgnoreAbberation();public void setIgnoreAbberation( bool );
|
See Also