SP3dEphemerisVelocityCorrelations Property |
Gets the correlations for the velocity data, defined on the "EV" lines of the SP3d file,
by Satellite Identifier.
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<SP3dCorrelations> VelocityCorrelations { get; }
Public ReadOnly Property VelocityCorrelations As SP3dEphemerisData(Of SP3dCorrelations)
Get
public:
property SP3dEphemerisData<SP3dCorrelations^>^ VelocityCorrelations {
SP3dEphemerisData<SP3dCorrelations^>^ get ();
}
member VelocityCorrelations : SP3dEphemerisData<SP3dCorrelations> with get
Property Value
Type:
SP3dEphemerisDataSP3dCorrelationsSee Also