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





Windows & Linux

Description

Equinox type to be used together with the %equinox epoch:IAgODProvideTrackingDataLib~CAgODGenericObs~EquinoxEpoch% to define a reference frame for right ascension and declination measurements.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EquinoxType() As EEquinoxType
[C#]
public EEquinoxType EquinoxType {get; set;}
[Managed C++]
public: __property EEquinoxType get_EquinoxType();
public: __property void set_EquinoxType( EEquinoxType );
[Unmanaged C++]
public: HRESULT get_EquinoxType(
    EEquinoxType * pVal
);
public: HRESULT put_EquinoxType(
    EEquinoxType newVal
);
[Java]
public EEquinoxType getEquinoxType();
public void setEquinoxType(
    EEquinoxType
);
[Python - STK API ]
@property
def EquinoxType(self) -> EEquinoxType:

@EquinoxType.setter
def EquinoxType(self, newVal:EEquinoxType) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.