SP3cEphemerisOrbitManeuver Property |
Gets the orbit maneuver times as indicated by the orbit maneuver flag in the position 'P' record
If the flag is set for this time, there was an orbit maneuver after the previous epoch or at this epoch.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SP3cEphemerisData<JulianDate> OrbitManeuver { get; }
Public ReadOnly Property OrbitManeuver As SP3cEphemerisData(Of JulianDate)
Get
public:
property SP3cEphemerisData<JulianDate>^ OrbitManeuver {
SP3cEphemerisData<JulianDate>^ get ();
}
member OrbitManeuver : SP3cEphemerisData<JulianDate> with get
Property Value
Type:
SP3cEphemerisDataJulianDateSee Also