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).
Read-write property
[Visual Basic .NET] |
---|
Public Property AberrationModel() As EAberrationModel |
[C#] |
---|
public EAberrationModel AberrationModel {get; set;} |
[Managed C++] |
---|
public: __property EAberrationModel get_AberrationModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_AberrationModel( EAberrationModel * pVal ); public: HRESULT put_AberrationModel( EAberrationModel newVal ); |
[Java] |
---|
public EAberrationModel getAberrationModel(); public void setAberrationModel( EAberrationModel ); |