RinexObservationSatRecordObservations Property |
Gets or sets the array of observations for this satellite in this 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 IList<double> Observations { get; set; }
Public Property Observations As IList(Of Double)
Get
Set
public:
property IList<double>^ Observations {
IList<double>^ get ();
void set (IList<double>^ value);
}
member Observations : IList<float> with get, set
Property Value
Type:
IListDoubleSee Also