This document is archived and information here might be outdated.  Recommended version.


ILasPointInfo.GpsTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.GpsTime Property
ArcGIS Developer Help

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(
  System.Double* pTime
);
[C++]
Parameters
pTime [in]

pTime is a parameter of type double pTime [out, retval]
pTime is a parameter of type double*

Product Availability

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

See Also

ILasPointInfo Interface