BallisticTrajectoryInformationApogeeAltitude Property |
Gets the altitude of the object at the apogee of its trajectory, in meters.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic double ApogeeAltitude { get; }
Public ReadOnly Property ApogeeAltitude As Double
Get
public:
property double ApogeeAltitude {
double get ();
}
member ApogeeAltitude : float with get
Property Value
Type:
Double
See Also