RinexObservationHeaders Property |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection<RinexObservationHeader> Headers { get; }
Public ReadOnly Property Headers As TimeIntervalCollection(Of RinexObservationHeader)
Get
public:
property TimeIntervalCollection<RinexObservationHeader^>^ Headers {
TimeIntervalCollection<RinexObservationHeader^>^ get ();
}
member Headers : TimeIntervalCollection<RinexObservationHeader> with get
Property Value
Type:
TimeIntervalCollectionRinexObservationHeader
See Also