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


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

esriGpsDgpsInfo Structure

Describes DGPS information.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   age As Double,
   stationID As Integer,
   ageValid As Short,
   idValid As Short
)
[C#]
public esriGpsDgpsInfo {
   double age,
   int stationID,
   short ageValid,
   short idValid
)
[C++]
typedef struct esriGpsDgpsInfo { } esriGpsDgpsInfo;

Product Availability

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