SP3aEphemerisVelocities Property  | 
 
            Gets the Velocity data, by pseudorandom number.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SP3aEphemerisData<Cartesian> Velocities { get; }Public ReadOnly Property Velocities As SP3aEphemerisData(Of Cartesian)
	Get
public:
property SP3aEphemerisData<Cartesian>^ Velocities {
	SP3aEphemerisData<Cartesian>^ get ();
}member Velocities : SP3aEphemerisData<Cartesian> with get
Property Value
Type: 
SP3aEphemerisDataCartesian
RemarksThe velocity data is returned in meters/second.
See Also