SimpleAscentPropagatorBurnoutVelocityFrame 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SimpleAscentPropagatorBurnoutVelocityFrameSee Also