IAgODProvideTrackingDataLib 13Send comments on this topic.
AberrationModel Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

Used to indicate what aberration effects have been removed from the observation prior to processing by ODTK (e.g. what happened before it was read in).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AberrationModel() As EAberrationModel
[C#]
public EAberrationModel AberrationModel {get; set;}
[Managed C++]
public: __property EAberrationModel get_AberrationModel();
public: __property void set_AberrationModel( EAberrationModel );
[Unmanaged C++]
public: HRESULT get_AberrationModel(
    EAberrationModel * pVal
);
public: HRESULT put_AberrationModel(
    EAberrationModel newVal
);
[Java]
public EAberrationModel getAberrationModel();
public void setAberrationModel(
    EAberrationModel
);
[Python - STK API ]
@property
def AberrationModel(self) -> EAberrationModel:

@AberrationModel.setter
def AberrationModel(self, newVal:EAberrationModel) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.