EarthCentralBodyOrientationParameters Property |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EarthOrientationParameters OrientationParameters { get; set; }
Public Property OrientationParameters As EarthOrientationParameters
Get
Set
public:
property EarthOrientationParameters^ OrientationParameters {
EarthOrientationParameters^ get ();
void set (EarthOrientationParameters^ value);
}
member OrientationParameters : EarthOrientationParameters with get, set
Property Value
Type:
EarthOrientationParametersRemarks
Normally, this is initialized by default to an empty instance of
EarthOrientationParameters.
However, if the environment variable
DME_COMPONENT_LIBRARIES_NO_DEFAULT_EARTH_ORIENTATION_PARAMETERS is set,
then this will be left
which will cause exceptions when EOP data is required.
See Also