Click or drag to resize

Sgp4PropagatorSgp4EstimationInput Constructor

Initializes a new instance with the given requestedEstimationEpoch for the estimated Sgp4Elements.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Sgp4EstimationInput(
	JulianDate requestedEstimationEpoch
)

Parameters

requestedEstimationEpoch
Type: AGI.Foundation.TimeJulianDate
The requested epoch for the estimated Sgp4Elements. The actual Epoch of the Sgp4PropagatorSgp4EstimationOutput may not be what was input if the input lies within the interval of a leap second. See the AllowEstimationEpochDuringLeapSecond property for more information.
See Also