SP3dEphemerisOrbitPredicted 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 SP3dEphemerisData<JulianDate> OrbitPredicted { get; }
Public ReadOnly Property OrbitPredicted As SP3dEphemerisData(Of JulianDate)
Get
public:
property SP3dEphemerisData<JulianDate>^ OrbitPredicted {
SP3dEphemerisData<JulianDate>^ get ();
}
member OrbitPredicted : SP3dEphemerisData<JulianDate> with get
Property Value
Type:
SP3dEphemerisDataJulianDateSee Also