ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataInfo2.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(
  VARIANT_BOOL* pbIsAStandard
);
[C++]

Parameters

pbIsAStandard [out, retval]   pbIsAStandard is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This method returns TRUE if the time contained in the LAS file represents standard GPS time and FALSE if it represents GPS week time.

See Also

ITerrainLasDataInfo2 Interface