Click or drag to resize

EarthCentralBody.OrientationParameters Property

Gets or sets the default EarthOrientationParameters.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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 null which will cause exceptions when EOP data is required.
See Also