SimpleAscentPropagatorBurnoutVelocityMagnitude Property |
Gets or sets the burnout velocity magnitude in the reference frame of the
CentralBody as indicated by
the property
BurnoutVelocityFrame. This defaults to zero m/s.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double BurnoutVelocityMagnitude { get; set; }
Public Property BurnoutVelocityMagnitude As Double
Get
Set
public:
property double BurnoutVelocityMagnitude {
double get ();
void set (double value);
}
member BurnoutVelocityMagnitude : float with get, set
Property Value
Type:
DoubleSee Also