Sgp4Propagator.Sgp4EstimationInput.AllowEstimationEpochDuringLeapSecond Property |
Gets or sets a value indicating whether to allow the estimation epoch to occur during a leap second.
By default, this value is
false.
If
false and the
RequestedEstimationEpoch occurs during a leap second,
the epoch of the estimated
Sgp4Elements will occur one second later than the requested epoch,
as per NASA's CDF standards, so that the estimated elements are representable in the
TwoLineElementSet format.
If
true, the
RequestedEstimationEpoch is honored. In which case,
the estimated
Sgp4Elements may not be representable in the
TwoLineElementSet format.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool AllowEstimationEpochDuringLeapSecond { get; set; }
Public Property AllowEstimationEpochDuringLeapSecond As Boolean
Get
Set
public:
property bool AllowEstimationEpochDuringLeapSecond {
bool get ();
void set (bool value);
}
member AllowEstimationEpochDuringLeapSecond : bool with get, set
Property Value
Type:
Boolean
See Also