BallisticPropagatorConfigureFromApogeeAltitude Method (Cartesian, Double) | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BallisticPropagatorSolutionType ConfigureFromApogeeAltitude(
	Cartesian targetPositionFixed,
	double apogeeAltitude
)
Public Function ConfigureFromApogeeAltitude ( 
	targetPositionFixed As Cartesian,
	apogeeAltitude As Double
) As BallisticPropagatorSolutionType
public:
BallisticPropagatorSolutionType ConfigureFromApogeeAltitude(
	Cartesian targetPositionFixed, 
	double apogeeAltitude
)
member ConfigureFromApogeeAltitude : 
        targetPositionFixed : Cartesian * 
        apogeeAltitude : float -> BallisticPropagatorSolutionType 
Parameters
- targetPositionFixed
 - Type: AGI.Foundation.CoordinatesCartesian
The target position in the CentralBody's fixed frame. - apogeeAltitude
 - Type: SystemDouble
The desired altitude of the trajectory's apogee, in meters. 
Return Value
Type: 
BallisticPropagatorSolutionTypeAn enumeration which reports whether the calculation successfully met the provided constraint, or
            contains an alternative solution or best guess.
See Also