AGI STK VGT 11 Send comments on this topic.
IgnoreAbberation Property (IAgCrdnVectorDisplacement)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1