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


ILasHeaderInfo.HasGpsTime Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasHeaderInfo.HasGpsTime Property

Indicates GPS time is available.

[Visual Basic .NET]
Public ReadOnly Property HasGpsTime As Boolean
[C#]
public bool HasGpsTime {get;}
[C++]
HRESULT get_HasGpsTime(
  VARIANT_BOOL* pbHasGpsTime
);
[C++]

Parameters pbHasGpsTime [out, retval] pbHasGpsTime is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasHeaderInfo Interface