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


esriGpsDOPInfo Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Structures > E > esriGpsDOPInfo Structure
ArcGIS Developer Help

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 { } esriGpsDOPInfo;

Product Availability

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