AGI STK Objects 11 Send comments on this topic.
AberrationType Property (IAgAccessAdvanced)
See Also 





Description

Model used for including aberration in apparent direction computations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AberrationType() As AgEAberrationType

[C#]
public AgEAberrationType AberrationType {get; set;}

[Managed C++]
public: __property AgEAberrationType get_AberrationType();
public: __property void set_AberrationType(
AgEAberrationType
);

[Unmanaged C++]
public: HRESULT get_AberrationType(
AgEAberrationType * pRetVal
);
public: HRESULT put_AberrationType(
AgEAberrationType NewAberrationType
);

[Java]
public AgEAberrationType getAberrationType();public void setAberrationType(
AgEAberrationType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1