RinexObservationRecordIsObservation Property |
Gets a value indicating whether or not this record is an observation. If false, this record is a header event.
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 bool IsObservation { get; }
Public ReadOnly Property IsObservation As Boolean
Get
public:
property bool IsObservation {
bool get ();
}
member IsObservation : bool with get
Property Value
Type:
BooleanSee Also