Set to true if you do not want to calculate the aberration correction. This property is read-only if Apparent is set to false.
Read-write property
[Visual Basic .NET] |
---|
Public Property IgnoreAberration() As Boolean |
[C#] |
---|
public bool IgnoreAberration {get; set;} |
[Managed C++] |
---|
public: __property bool get_IgnoreAberration(); |
[Unmanaged C++] |
---|
public: HRESULT get_IgnoreAberration( VARIANT_BOOL * pRetVal ); public: HRESULT put_IgnoreAberration( VARIANT_BOOL IgnoreAberration ); |
[Java] |
---|
public bool getIgnoreAberration(); public void setIgnoreAberration( bool ); |