OrbitLifetimeResultsDateOfDecay Property |
Gets or sets the expected date after which the satellite is expected to permanently decay, or
in the case that the
Status indicates an incomplete calculation this will be
equal to the
ReferenceEpoch indicating an unknown decay date.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate DateOfDecay { get; set; }
Public Property DateOfDecay As JulianDate
Get
Set
public:
property JulianDate DateOfDecay {
JulianDate get ();
void set (JulianDate value);
}
member DateOfDecay : JulianDate with get, set
Property Value
Type:
JulianDateSee Also