STK ObjectsSend comments on this topic.
AberrationType Property (IAgAccessAdvanced)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AberrationType(
    AgEAberrationType AberrationType
);
[Java]
public AgEAberrationType getAberrationType();
public void setAberrationType(
    AgEAberrationType
);
[Python - STK API ]
@property
def AberrationType(self) -> "AgEAberrationType":

@AberrationType.setter
def AberrationType(self, AberrationType:"AgEAberrationType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.