EarthCentralBodyMeanEquatorMeanEquinoxFrame Property |
Gets or sets the Mean Equator Mean Equinox Reference Frame, also
known as the "Mean of Date" reference frame.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic ReferenceFrame MeanEquatorMeanEquinoxFrame { get; set; }Public Property MeanEquatorMeanEquinoxFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ MeanEquatorMeanEquinoxFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}member MeanEquatorMeanEquinoxFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also