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


esriGpsDOPInfo Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

esriGpsDOPInfo Structure

Describes the dilution of precision (DOP) information.

Syntax

[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 {
double pdop;
double hdop;
double vdop;
short pdopValid;
short hdopValid;
short vdopValid; } esriGpsDOPInfo;

Product Availability

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