Equinox type to be used together with the %equinox epoch:IAgODProvideTrackingDataLib~CAgODGenericObs~EquinoxEpoch% to define a reference frame for right ascension and declination measurements.
Read-write property
[Visual Basic .NET] |
---|
Public Property EquinoxType() As EEquinoxType |
[C#] |
---|
public EEquinoxType EquinoxType {get; set;} |
[Managed C++] |
---|
public: __property EEquinoxType get_EquinoxType(); |
[Unmanaged C++] |
---|
public: HRESULT get_EquinoxType( EEquinoxType * pVal ); public: HRESULT put_EquinoxType( EEquinoxType newVal ); |
[Java] |
---|
public EEquinoxType getEquinoxType(); public void setEquinoxType( EEquinoxType ); |