This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.GpsTime Property (ArcObjects .NET 10.4 SDK) |
The GPS time.
[Visual Basic .NET] Public Property GpsTime As Double
[C#] public double GpsTime {get; set;}
[C++]
HRESULT get_GpsTime(
double* pTime
);
[C++]
HRESULT put_GpsTime(
double pTime
);
[C++]
Parameters pTime [out, retval] pTime is a parameter of type double pTime [in] pTime is a parameter of type double