SP3cHeaderRecordTimeReference Property |
Gets the time standard all data in the SP3-c file is referenced to.
The SP3-c definition defines the types allowed:
- "GPS" denotes GPS time
- "GLO" denotes GLONASS UTC time
- "GAL" denotes Galileo system time
- "TAI" denotes international atomic time
- "UTC" denotes Universal time.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic string TimeReference { get; }Public ReadOnly Property TimeReference As String
Get
public:
property String^ TimeReference {
String^ get ();
}member TimeReference : string with get
Property Value
Type:
String
See Also