Click or drag to resize

EarthCentralBodyOrientationParameters Property

Gets or sets the default EarthOrientationParameters.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EarthOrientationParameters OrientationParameters { get; set; }

Property Value

Type: EarthOrientationParameters
Remarks
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