SP3dHeaderRecordTimeReference Property |
Gets the time standard all data in the SP3d file is referenced to. The SP3d 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: 24.2.419.0 (24.2.419.0)
Syntax public string TimeReference { get; }
Public ReadOnly Property TimeReference As String
Get
public:
property String^ TimeReference {
String^ get ();
}
member TimeReference : string with get
Property Value
Type:
StringSee Also