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






Windows & Linux

Description

The model of aberration to be used in access 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.