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