This document is archived and information here might be outdated. Recommended version. |
Describes the dilution of precision (DOP) information.
[Visual Basic .NET]
Public Sub New ( _
pdop As Double,
hdop As Double,
vdop As Double,
pdopValid As Short,
hdopValid As Short,
vdopValid As Short
)
[C#]
public esriGpsDOPInfo {
double pdop,
double hdop,
double vdop,
short pdopValid,
short hdopValid,
short vdopValid
)
[C++]
typedef struct esriGpsDOPInfo { } esriGpsDOPInfo;