EarthCentralBodyMeanEclipticMeanEquinoxFrame Property |
Gets or sets the Mean Ecliptic Mean Equinox 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 MeanEclipticMeanEquinoxFrame { get; set; }Public Property MeanEclipticMeanEquinoxFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ MeanEclipticMeanEquinoxFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}member MeanEclipticMeanEquinoxFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also