SimpleAscentPropagatorWarningsVelocityDiscontinuityAtBurnout Property  | 
 
            Gets or sets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool VelocityDiscontinuityAtBurnout { get; set; }Public Property VelocityDiscontinuityAtBurnout As Boolean
	Get
	Set
public:
property bool VelocityDiscontinuityAtBurnout {
	bool get ();
	void set (bool value);
}member VelocityDiscontinuityAtBurnout : bool with get, set
Property Value
Type: 
Boolean
See Also