LifetimeOrbitPropagatorDecayAltitude Property |
Gets or sets the altitude to use to determine when a satellite will permanently decay.
This is the point at which the orbit has decayed and calculations stop.
By default, this is 65,000 meters.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DecayAltitude { get; set; }
Public Property DecayAltitude As Double
Get
Set
public:
property double DecayAltitude {
double get ();
void set (double value);
}
member DecayAltitude : float with get, set
Property Value
Type:
DoubleSee Also