SimpleAscentPropagator.BurnoutVelocityFrame Property |
Gets or sets which reference frame the burnout velocity is specified in.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SimpleAscentPropagatorBurnoutVelocityFrame BurnoutVelocityFrame { get; set; }
Public Property BurnoutVelocityFrame As SimpleAscentPropagatorBurnoutVelocityFrame
Get
Set
public:
property SimpleAscentPropagatorBurnoutVelocityFrame BurnoutVelocityFrame {
SimpleAscentPropagatorBurnoutVelocityFrame get ();
void set (SimpleAscentPropagatorBurnoutVelocityFrame value);
}
member BurnoutVelocityFrame : SimpleAscentPropagatorBurnoutVelocityFrame with get, set
Property Value
Type:
SimpleAscentPropagatorBurnoutVelocityFrame
See Also