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


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

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(
  Boolean* pbHasGpsTime
);
[C++]
Parameters
pbHasGpsTime [out, retval]

pbHasGpsTime is a parameter of type bool*

Product Availability

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

See Also

ILasHeaderInfo Interface