EarthCentralBody.TrueEquatorMeanEquinoxFrame Property |
Gets or sets the True Equator, Mean Equinox (TEME) Reference Frame.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame TrueEquatorMeanEquinoxFrame { get; set; }
Public Property TrueEquatorMeanEquinoxFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ TrueEquatorMeanEquinoxFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member TrueEquatorMeanEquinoxFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
See Also