Click or drag to resize

Sgp4Propagator.Sgp4EstimationInput.RequestedEstimationEpoch Property

Gets or sets the requested epoch for the estimated Sgp4Elements. The actual Epoch of the Sgp4Propagator.Sgp4EstimationOutput may not be what was input if the input lies within the interval of a leap second. See the AllowEstimationEpochDuringLeapSecond property for more information.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate RequestedEstimationEpoch { get; set; }

Property Value

Type: JulianDate
See Also