RinexObservationRecordSatelliteRecords Property |
Gets the list of satellite records for this record's 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 List<RinexObservationSatRecord> SatelliteRecords { get; }
Public ReadOnly Property SatelliteRecords As List(Of RinexObservationSatRecord)
Get
public:
property List<RinexObservationSatRecord^>^ SatelliteRecords {
List<RinexObservationSatRecord^>^ get ();
}
member SatelliteRecords : List<RinexObservationSatRecord> with get
Property Value
Type:
ListRinexObservationSatRecordSee Also