SP3cEphemerisOrbitPredicted Property |
Gets the orbit prediction times as indicated by the orbit prediction flag in the position 'P' record
If the flag is set for this time, the orbit for this time is predicted, otherwise it is not.
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> OrbitPredicted { get; }
Public ReadOnly Property OrbitPredicted As SP3cEphemerisData(Of JulianDate)
Get
public:
property SP3cEphemerisData<JulianDate>^ OrbitPredicted {
SP3cEphemerisData<JulianDate>^ get ();
}
member OrbitPredicted : SP3cEphemerisData<JulianDate> with get
Property Value
Type:
SP3cEphemerisDataJulianDateSee Also