ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.GpsTime Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasPointInfo Interface