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


ILasHeaderInfo.IsStandardGpsTime 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.IsStandardGpsTime Property
ArcGIS Developer Help

ILasHeaderInfo.IsStandardGpsTime Property

Indicates if the GPS time is standard GPS Time.

[Visual Basic .NET]
Public ReadOnly Property IsStandardGpsTime As Boolean
[C#]
public bool IsStandardGpsTime {get;}
[C++]
HRESULT get_IsStandardGpsTime(
  Boolean* pbIsAStandard
);
[C++]
Parameters
pbIsAStandard [out, retval]

pbIsAStandard is a parameter of type bool*

Product Availability

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

See Also

ILasHeaderInfo Interface